1. 程式人生 > >Winfrom窗體應用程序___線程委托

Winfrom窗體應用程序___線程委托

string inf ring new 應用 窗體 invoke cnblogs col

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

線程委托。

實現控件數據的刷新

Winfrom窗體應用程序___線程委托