摘要: // 1 事件和委托的区别 // 2 简单的例子 class Program { static void Main(string[] args) { { Cat cat = new Cat(); cat.CatMiaoAction += new Dog().Wang; cat.CatMiaoActi 阅读全文
posted @ 2019-11-07 14:12 王大师123 阅读(142) 评论(0) 推荐(0) 编辑