2016年12月27日

c#事件机制

摘要: namespace test { class Publisher//出版社 { public delegate void PubComputer(string magazineName);//声明事件所需的代理 public delegate void PubLife(string magazineName); public eve... 阅读全文

posted @ 2016-12-27 22:08 防空洞123 阅读(170) 评论(0) 推荐(0)

导航