this.Invoke(new MethodInvoker(() => { //TO DO })); this.Invoke(new Action(()=>{ // TO DO }));
线程中为控件赋值Winform
原文:https://www.cnblogs.com/XuPengLB/p/8182340.html