ChatController update kleinigkeiten plus übermittlung über post,

Neue Chat Technologie Implementierung
This commit is contained in:
Waldi
2017-09-05 09:23:53 +02:00
parent 7cf06a60f0
commit 2a746c7659
22 changed files with 394 additions and 5335 deletions

View File

@@ -81,27 +81,7 @@ namespace BeWo
}
}
try
{
BeWoApp.MainControl.HomeView.CloseServerConnection();
foreach (var xyz in BeWoApp.MainControl.HomeView.chatView.Speicherpfad)
{
try
{
File.Delete(xyz.Value);
}
catch (Exception esx)
{
}
}
}
catch (Exception edf)
{
}
BeWoApp.CurrentBeWo.DocumentWatcher.LoescheTempDateien();
Application.Current.Shutdown();