private void button1_Click(object sender, EventArgs e) { Student_Details SD = new Student_Details(); SD.ShowDialog(); this.Close(); }
public Student_Registration(Student_Details form1) { InitializeComponent(); this.form1 = form1; }
private void button1_Click(object sender, EventArgs e) { Student_Details sdetail = new Student_Details(); sdetail.Show(); }