private void newRegistrationToolStripMenuItem_Click(object sender, EventArgs e) { Student_Registration SR = new Student_Registration(); SR.ShowDialog(); }
private void button1_Click(object sender, EventArgs e) { Student_Registration reg = new Student_Registration(this); reg.Show(); }