this.Invoke(new MethodInvoker(() => { //TO DO })); this.Invoke(new Action(()=>{ // TO DO }));
原文地址:https://www.cnblogs.com/XuPengLB/p/8182340.html
时间: 2024-11-15 07:57:55
this.Invoke(new MethodInvoker(() => { //TO DO })); this.Invoke(new Action(()=>{ // TO DO }));
原文地址:https://www.cnblogs.com/XuPengLB/p/8182340.html