摘要: //定义一个委托 public delegate int DoSomething(int count); //BeginInvoke 的回调函数 private static void Execute(IAsyncResult async) ... 阅读全文
posted @ 2014-05-09 15:43 loong618 阅读(242) 评论(0) 推荐(0)