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