Example #1
0
 private void newRegistrationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Student_Registration SR = new Student_Registration();
     SR.ShowDialog();
 }
Example #2
0
        private void newRegistrationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Student_Registration SR = new Student_Registration();

            SR.ShowDialog();
        }