2015年10月27日

事件

摘要: public class MyEventArgs { private int _rate; public int Rate { get { return _rate; } } p... 阅读全文

posted @ 2015-10-27 10:41 HOT SUMMER 阅读(214) 评论(0) 推荐(0)

委托回调的异步技术

摘要: static void Main(string[] args) { //DateTime dt = DateTime.Now; //RemoteObject.MyObject app = new RemoteObject.MyObject... 阅读全文

posted @ 2015-10-27 10:12 HOT SUMMER 阅读(235) 评论(0) 推荐(0)

代理的简单使用 简单的异步

摘要: static void Main(string[] args) { //DateTime dt = DateTime.Now; //RemoteObject.MyObject app = new RemoteObject.MyObject(... 阅读全文

posted @ 2015-10-27 09:43 HOT SUMMER 阅读(188) 评论(0) 推荐(0)

导航