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

            SR.ShowDialog();
        }