Exemplo n.º 1
0
 private void button6_Click(object sender, EventArgs e)
 {
     CreatingTableForm creatingTable = new CreatingTableForm(this.game);
     creatingTable.ShowDialog();
 }
Exemplo n.º 2
0
 // Отображение экрана создание игрового стола
 public void ShowCreatingTableScreen()
 {
     CreatingTableForm creatingTable = new CreatingTableForm(this.Game);
     creatingTable.ShowDialog();
 }