private void updateInformationToolStripMenuItem_Click(object sender, EventArgs e) { UpdateStudent UpdateStudent2 = new UpdateStudent(); //rec.Show(); UpdateStudent2.MdiParent = this; UpdateStudent2.Show(); }
private void updateInformationToolStripMenuItem_Click(object sender, EventArgs e) { UpdateStudent upstudent = new UpdateStudent(); upstudent.Show(); }