Performance ausbau, Debug und weiteres.
This commit is contained in:
@@ -79,9 +79,21 @@ namespace BeWo
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
BeWoApp.MainControl.HomeView.CloseServerConnection();
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
if (BeWoApp.MainControl.HomeView.clientSocket.Connected)
|
||||
{
|
||||
BeWoApp.MainControl.HomeView.CloseServerConnection();
|
||||
|
||||
}
|
||||
}
|
||||
catch (Exception edf)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
BeWoApp.CurrentBeWo.DocumentWatcher.LoescheTempDateien();
|
||||
|
||||
Application.Current.Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user