Terminate application after window close
This commit is contained in:
@@ -110,5 +110,12 @@ namespace WorldOfPeacecraft
|
||||
{
|
||||
Gui.PerformRefresh();
|
||||
}
|
||||
|
||||
public void Stop() {
|
||||
Parse.Stop ();
|
||||
Send.Stop ();
|
||||
Rec.Stop ();
|
||||
System.Windows.Forms.Application.Exit ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user