摘要: reference website : https://stackoverflow.com/questions/5913792/wpf-canvas-how-to-add-children-dynamically-with-mvvm-code-behind Requirement: To draw 阅读全文
posted @ 2021-09-17 10:11 MaxBruce 阅读(756) 评论(0) 推荐(0)
摘要: 参考网址: https://www.icode9.com/content-1-12930.html 委托到lambda的由来 public delegate int AddSum(int a,int b); class Program{ static void Main(string[] args) 阅读全文
posted @ 2021-09-17 07:04 MaxBruce 阅读(127) 评论(0) 推荐(0)