摘要: public delegate void TestDelegate(); // delegate declaration public interface ITestInterface { event TestDelegate TestEvent; void FireAway()... 阅读全文
posted @ 2015-07-24 18:22 慧由心生 阅读(11117) 评论(1) 推荐(1)