摘要: //定义委托public delegate void QuestionEventHandler(string s);//定义发布者public class Publisher{public string Question = "太平洋的中间是什么?";public event QuestionEve... 阅读全文
posted @ 2015-05-19 17:17 ronger918 阅读(101) 评论(0) 推荐(0) 编辑