标签:win for cti this har invoke 线程 class method
this.Invoke(new MethodInvoker(() => { //TO DO })); this.Invoke(new Action(()=>{ // TO DO }));
线程中为控件赋值Winform
原文地址:https://www.cnblogs.com/XuPengLB/p/8182340.html