Exemplo n.º 1
0
        private void MainFormPlayButton_Click(object sender, EventArgs e)
        {
            TopicSelectionForm tForm = new TopicSelectionForm(this);

            tForm.Show();
            this.Hide();
        }
Exemplo n.º 2
0
 public QuizForm(TopicSelectionForm topForm)
 {
     TSForm = topForm;
     InitializeComponent();
 }