摘要: 九九乘法表 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 九九乘法表 7 { 8 class Program 9 ... 阅读全文
posted @ 2014-09-01 11:52 永恒の云 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 回调函数回调函数就是把一个方法的传给另外一个方法去执行。在C#有很多回调函数,比如异步操作的时候。这里先举个例子: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text... 阅读全文
posted @ 2014-09-01 11:26 永恒の云 阅读(3278) 评论(0) 推荐(0) 编辑