2019年5月29日
摘要: 1 Action<string> action = this.DoSomethingLong; 2 3 IAsyncResult asyncResult = null; 4 5 AsyncCallback callback = ia => 6 { 7 //Console.WriteLine(obje 阅读全文
posted @ 2019-05-29 20:53 雯烈 阅读(622) 评论(0) 推荐(0)