Die scheiße Terminiert \o/

This commit is contained in:
2014-05-13 19:31:25 +02:00
parent f8c1993c9f
commit 3bdf126d12
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ namespace WorldOfPeacecraft
public SplashScreen (Gui gui, IBackend backend)
{
this.gui = gui;
gui.MainForm = this;
this.backend = backend;
Thread t = new Thread (ThreadEntry);
t.Start ();