摘要:
c#中事件的声明和触发是通过定义的delegate委托类型来完成的using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 事件1{ class Program { static void Main(string[] args) { myChangedEvent mce = new myChangedEvent(); myEventListener mel = new myEventLi... 阅读全文
posted @ 2012-06-05 16:58
MadKeX
阅读(14021)
评论(0)
推荐(1)

浙公网安备 33010602011771号