[ADD] made join buttons disabled when starting a game

This commit is contained in:
Sem van der Hoeven
2020-10-20 19:26:11 +02:00
parent 1552479f4d
commit a837611317
2 changed files with 9 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ namespace Client
{
if (SelectedLobby != null)
{
_model.CanStartGame = false;
GameWindow window = new GameWindow();
window.Show();
}
@@ -55,7 +56,6 @@ namespace Client
}
private Model _model;
public Model Model
{