跨线程访问Winform控件

this.Invoke(new Action(()=>{
this.TextBox1.Text="Hello,World";
}));

posted @ 2022-06-07 21:05  新凉别处暑  阅读(62)  评论(0编辑  收藏  举报