Programm terminiert jetzt beim schließen

This commit is contained in:
2014-05-02 11:44:52 +02:00
parent 89da875d39
commit eb52b42c60
4 changed files with 9 additions and 9 deletions

View File

@@ -135,8 +135,7 @@ namespace WorldOfPeacecraft
public void Stop() {
Parse.Stop ();
Send.Stop ();
Rec.Stop ();
System.Windows.Forms.Application.Exit ();
Client.Close ();
}
}
}