摘要: 写了一个事件通知模型,能直接拿去用,这个版本还是比较完善的 测试代码如下: class Program { static void Main(string[] args) { Func testFunction = () => { return "Test"; }; EventManager.RegisterEvent(EventTable... 阅读全文
posted @ 2015-09-28 14:32 keyle_xiao 阅读(516) 评论(0) 推荐(0) 编辑