跨线程访问Winform控件

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

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