Main form for the creation of trivia questions.
Наследование: System.Windows.Forms.Form, IGameMainForm
Пример #1
0
 private void btnGame_Click(object sender, EventArgs e)
 {
     GameMainForm g = new GameMainForm();
     g.ShowDialog();
 }