摘要: var t1 = Task.Factory.StartNew<string>(() => { return “1111111”; }); //t1.Wait(); t1.ContinueWith(i => { this.Invoke(new EventHandler(delegate { ;})); 阅读全文
posted @ 2018-11-15 11:35 simadi 阅读(6448) 评论(0) 推荐(0) 编辑