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

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

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

            h.Show();
        }