Ejemplo n.º 1
0
        private void BtnBack_Click(object sender, EventArgs e)
        {
            this.Hide();
            Question2 h = new Question2();

            h.Show();
        }
Ejemplo n.º 2
0
        private void Button4_Click(object sender, EventArgs e)
        {
            saveQ3ans();
            this.Hide();
            Question2 h = new Question2();

            h.Show();
        }
Ejemplo n.º 3
0
        private void BtnNext_Click(object sender, EventArgs e)
        {
            saveQ1ans();
            this.Hide();
            Question2 h = new Question2();

            h.Show();
        }