摘要: 下面为即将被调用的方法: public delegate int AddHandler(int a,int b);public class 加法类{ public static int Add(int a, int b) { Console.WriteLine("开始计算:" + a + "+" + 阅读全文
posted @ 2016-08-17 14:50 卖雨伞的小男孩 阅读(6852) 评论(0) 推荐(0)