[ADDED] title change

This commit is contained in:
lars
2020-10-13 15:16:54 +02:00
parent e792d28746
commit f5453d2f56
3 changed files with 8 additions and 12 deletions

View File

@@ -35,6 +35,9 @@ namespace Client
testLabel.Content = lobbySelected.ID;
usernameTextbox.IsEnabled = false;
colorSelection.IsEnabled = false;
joinButton.IsEnabled = false;
hostButton.IsEnabled = false;
GameWindow window = new GameWindow();
window.Show();
}