Exemple #1
0
        private void select_Click(object sender, EventArgs e)
        {
            this.Hide();
            teacherQuestionChoice tqc = new teacherQuestionChoice(comboStudents.Text);

            tqc.ShowDialog();
        }
Exemple #2
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Hide();
            teacherQuestionChoice qChoice = new teacherQuestionChoice(_studentName);

            qChoice.Show();
        }