예제 #1
0
 private void buttonMainGame_Click(object sender, EventArgs e)
 {
     Form3 frm3 = new Form3(amountOfQuestions);
     frm3.ShowDialog();
 }