this.TextBox1.Invoke(new MethodInvoker(delegate() {
this.TextBox1.Text = "即使是跨线程,仍然可以操作!";
}));
转载于:https://www.cnblogs.com/swtseaman/archive/2011/04/02/2002840.html
this.TextBox1.Invoke(new MethodInvoker(delegate() {
this.TextBox1.Text = "即使是跨线程,仍然可以操作!";
}));
转载于:https://www.cnblogs.com/swtseaman/archive/2011/04/02/2002840.html