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
 private void BackButton_Click(object sender, EventArgs e)
 {
     this.Hide();
     TSForm.Show();
 }