mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 12:19:15 +12:00
Add registration form to MPN00BS
This commit is contained in:
parent
cdc136dcd4
commit
c32d1740e3
31 changed files with 1032 additions and 807 deletions
|
@ -13,13 +13,13 @@ namespace MPN00BS
|
|||
this.AttachDevTools();
|
||||
#endif
|
||||
}
|
||||
private void playSingleplayer_Click(object sender, RoutedEventArgs e)
|
||||
private void playSingleplayerClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
new LoadingWindow().Show();
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void playMultiplayer_Click(object sender, RoutedEventArgs e)
|
||||
private void playMultiplayerClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
new ServerSelection().Show();
|
||||
this.Close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue