private void go_Click(object sender, EventArgs e) { if (go_to_marks.Checked) { marks ss = new marks(); ss.Show(); this.Hide(); } else if (go_to_enquiry.Checked) { studentdoubt ss = new studentdoubt(); ss.Show(); this.Hide(); } else if (radioButton1.Checked) { itsallhere ss = new itsallhere(); ss.Show(); this.Hide(); } }
private void Button1_Click(object sender, EventArgs e) { itsallhere a = new itsallhere(); a.Show(); this.Hide(); }