From d3cff7cb42f68e0010ddc269d496becfa4478375 Mon Sep 17 00:00:00 2001 From: Lyndon Date: Mon, 19 Feb 2018 10:52:48 +0100 Subject: [PATCH] Jede Menge Bugs --- BeWo/BeWoApp.xaml | 10 +- BeWo/BeWoApp.xaml.cs | 99 +-- BeWo/Core/AutoLockUI.cs | 31 +- BeWo/Core/BeWoUtils.cs | 41 +- BeWo/LockedPage.xaml | 2 +- BeWo/LockedPage.xaml.cs | 7 +- BeWo/MainControl.xaml.cs | 139 ++-- BeWo/Scheduler/View/NewSchedulerView.xaml.cs | 54 +- .../VertretungsMainView.xaml.cs | 4 +- .../Accounting/EquityInvoiceView.xaml.cs | 4 +- .../Accounting/GeneralInvoiceView.xaml.cs | 4 +- .../Detail/Accounting/InvoiceOverview.xaml.cs | 10 +- .../Accounting/ServiceInvoiceView.xaml.cs | 4 +- .../Accounting/SettlementInvoiceView.xaml.cs | 8 +- .../View/Detail/AdditionalServiceView.xaml.cs | 2 +- .../Detail/AssessmentSheetEntryView.xaml.cs | 2 +- BeWo/View/Detail/CustomerView.xaml.cs | 2 +- BeWo/View/Detail/EnvironmentRoleView.xaml | 12 +- BeWo/View/Detail/EnvironmentRoleView.xaml.cs | 162 ++--- BeWo/View/Detail/InvoiceView.xaml.cs | 4 +- BeWo/View/Detail/MailMergeWindow.xaml.cs | 2 +- BeWo/View/Detail/ModalViewWindow.xaml.cs | 77 +- BeWo/View/Detail/ServiceRecordView2.xaml | 666 +++++++++--------- BeWo/View/Detail/ServiceRecordView2.xaml.cs | 142 ++-- 24 files changed, 743 insertions(+), 745 deletions(-) diff --git a/BeWo/BeWoApp.xaml b/BeWo/BeWoApp.xaml index 1bb13025c..3086c9add 100644 --- a/BeWo/BeWoApp.xaml +++ b/BeWo/BeWoApp.xaml @@ -108,7 +108,7 @@ Reaktivieren - @@ -295,8 +295,8 @@ - + Style="{DynamicResource MinimizeFullyButtonStyle }" Click="TogglebuttonChat_Minimize_Checked" /> + Style="{DynamicResource MaximizeButtonStyle}" Checked="TogglebuttonChat_maximise_Checked" Unchecked="TogglebuttonChat_maximise_Unchecked" />