Performance ausbau, Debug und weiteres.

This commit is contained in:
Waldi
2016-08-05 12:48:13 +02:00
parent 7fb67d2016
commit a497a0eecb
22 changed files with 715 additions and 529 deletions

View File

@@ -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();