https://blog.csdn.net/gtosky4u/article/details/20118813
-
- this.BeginInvoke(new EventHandler(delegate {
- this.textBox1.Text += "2";
- }));
- this.Invoke(new EventHandler(delegate {
- this.textBox1.Text += "2";
- }));
-
-