winform刷新UI界面

it2022-05-09  14

this.Invoke(new Action(() => { // 更新使用次数 this.labCount.Text = count; }));

转载于:https://www.cnblogs.com/damsoft/p/6151547.html

相关资源:C#-WinForm跨线程修改UI界面的实例

最新回复(0)