ChatController update kleinigkeiten plus übermittlung über post,
Neue Chat Technologie Implementierung
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user