示例#1
0
 private void newRegistrationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmStudentForm = new StudentDetail();
     frmStudentForm.MdiParent = this;
     frmStudentForm.Show();
 }
示例#2
0
 private void newRegistrationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmStudentForm           = new StudentDetail();
     frmStudentForm.MdiParent = this;
     frmStudentForm.Show();
 }