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