一样的道理呀,不过上面这个写法是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
一样的道理呀,不过上面这个写法是2.0的,
可以采用匿名方法,简化下
this.Invoke(new Action(delegate() { textBox_T13.Text = val.ToString("F1"); }));
或
this.invoke(new Action()=>{zgc.invalidate();});