2013年11月9日
摘要: 定义委托语法:访问修饰符delegate 返回值类型 委托名称(参数1,参数2,参数n …)定义事件的语法:public event 委托名 事件名;控制台应用程序实例:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Event{ class Program { static void Main(string[] args) { Employee e1 = new Employee("小白",988... 阅读全文
posted @ 2013-11-09 17:45 神秘藏宝室 阅读(280) 评论(0) 推荐(0) 编辑

 >>>转载请注明出处<<<