首页
跨线程访问Winform控件
this.Invoke(new Action(()=>{
this.TextBox1.Text="Hello,World";
}));
C学习及联合编程
相关
标签