private void Button4_Click(object sender, EventArgs e) { questionList wg = new questionList(); wg.Show(); this.Hide(); }
private void Button2_Click(object sender, EventArgs e) { questionList questionList1 = new questionList(); questionList1.Show(); this.Hide(); }