private void edit_facultyButton_Click(object sender, EventArgs e) { Edit.faculty_info fi = new Edit.faculty_info(); fi.intial("add", ""); //hh.MdiParent = this; fi.Show(); }
private void faculty_infoTSMI_Click(object sender, EventArgs e) { Edit.faculty_info hh = new Edit.faculty_info(); hh.MdiParent = this; hh.Show(); }