Skip to main content
 首页 » 编程设计

C# 其他线程更新zedgraph控件

2022年07月19日145zhengyun_ustc

一样的道理呀,不过上面这个写法是2.0的,
可以采用匿名方法,简化下
 this.Invoke(new Action(delegate() { textBox_T13.Text = val.ToString("F1"); }));

this.invoke(new Action()=>{zgc.invalidate();});


本文参考链接:https://www.cnblogs.com/xihong2014/p/13897589.html