1 this.Invoke(new Action(() => 2 { 3 label4.Text = DBCommentNumber.ToString(); 4 }));
线程委托。
实现控件数据的刷新
Winfrom窗体应用程序___线程委托
原文:http://www.cnblogs.com/yishilin/p/7742163.html