摘要: Form1 的Button 下 { Form2 f2 = new Form2(); f2.ShowDialog(this);// this.Close(); } Form2 的load 下 { //只能隐藏不能关闭 this.owner.hide(); } 阅读全文
posted @ 2016-04-06 15:44 人走茶亦凉 阅读(14445) 评论(3) 推荐(0)