Winfrom窗体应用程序___线程委托

1 this.Invoke(new Action(() =>
2 {
3 label4.Text = DBCommentNumber.ToString();
4 }));

线程委托。

实现控件数据的刷新

原文地址:https://www.cnblogs.com/yishilin/p/7742163.html