BeWo Server-Client update

This commit is contained in:
Waldi
2016-07-25 09:26:56 +02:00
parent ac7c86f91f
commit edc2e7e896
14 changed files with 897 additions and 461 deletions

View File

@@ -5,6 +5,7 @@ using System.Windows;
using System.Windows.Controls;
using BeWo.Core.Config;
using BeWo.ServiceProxy;
using BeWo.View;
namespace BeWo
@@ -78,7 +79,9 @@ namespace BeWo
return;
}
}
BeWoApp.MainControl.HomeView.CloseServerConnection();
BeWoApp.CurrentBeWo.DocumentWatcher.LoescheTempDateien();
Application.Current.Shutdown();