摘要: private void Btn_OK_Click(object sender, EventArgs e) { this.Hide(); //隐藏当前窗口 MessageBox.Show("添加成功!"); this.Close(); //关闭当前窗口 } 阅读全文
posted @ 2016-10-28 09:00 玉天恒 阅读(982) 评论(0) 推荐(0)