示例#1
0
 private void edit_departmentButton_Click(object sender, EventArgs e)
 {
     Edit.dept_info di = new Edit.dept_info();
     di.intial("add", "");
     //hh.MdiParent = this;
     di.Show();
 }
 private void dept_infoTSMI_Click(object sender, EventArgs e)
 {
     Edit.dept_info hh = new Edit.dept_info();
     hh.MdiParent = this;
     hh.Show();
 }