摘要: 1 new Thread(() => 2 { 3 try 4 { 5 Action ac = () => 6 { 7 //MessageBox.Show(_buy.StrID.ToString()); 8 }; 9 this.Invoke(ac);//其实不用委托的,因为和ui无关。 10 } 11 阅读全文
posted @ 2019-12-11 15:22 简单的简单 阅读(176) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xuxurui007/article/details/8479953 阅读全文
posted @ 2019-12-11 09:32 简单的简单 阅读(1550) 评论(0) 推荐(1)