private void Btn_OK_Click(object sender, EventArgs e)
{
  this.Hide();    //隐藏当前窗口
  MessageBox.Show("添加成功!");
  this.Close();   //关闭当前窗口
}

 

相关文章: