Beispiel #1
0
        private void Button4_Click(object sender, EventArgs e)
        {
            questionList wg = new questionList();

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

            questionList1.Show();
            this.Hide();
        }