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