当前位置:主页 > 软件编程 > .NET代码 >
时间:2021-05-17 08:41:36 | 栏目:.NET代码 | 点击:次
Form2:
//触发事件,并将修改后的文本回传 MyEvent(this.textBox1.Text); this.Close(); } }
Form1: