[ADD] added mvvm button commands for host and join

This commit is contained in:
Sem van der Hoeven
2020-10-20 18:55:12 +02:00
parent 73dc0b94de
commit f1a47b509d
3 changed files with 19 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ namespace Client
GameWindow window = new GameWindow();
window.Show();
Close();
}
}
}