yao

导航

2007年8月30日

C#中的事件

摘要: public class NameListEventArgs:EventArgs //定义事件的EventArgs { string name; int count; public NameListEventArgs(string str, int i) { name = str; ... 阅读全文

posted @ 2007-08-30 14:31 yao 阅读(268) 评论(0) 推荐(0)