mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Port N00BS to linux
This commit is contained in:
parent
64fed1c6c4
commit
8297c56f21
181 changed files with 282 additions and 132 deletions
4
HorseIsleServer/MPN00BS/LoadingWindow.axaml.cs
Normal file → Executable file
4
HorseIsleServer/MPN00BS/LoadingWindow.axaml.cs
Normal file → Executable file
|
@ -38,6 +38,7 @@ namespace MPN00BS
|
|||
Dispatcher.UIThread.InvokeAsync(() =>
|
||||
{
|
||||
ServerStarter.CloseHorseIsleClient();
|
||||
ServerStarter.ShutdownHTTPServer();
|
||||
this.Close();
|
||||
});
|
||||
}
|
||||
|
@ -52,9 +53,6 @@ namespace MPN00BS
|
|||
public LoadingWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
#if DEBUG
|
||||
this.AttachDevTools();
|
||||
#endif
|
||||
ServerStarter.StartHttpServer();
|
||||
new Task( () => ServerStarter.StartHispServer(ProgressUpdate, OnNoUsersFound, OnServerStarted, OnShutdown)).Start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue