From f9b9ec90cb0730290e22948c7b057c45b3aca77e Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Mon, 11 Jul 2016 19:46:52 +0000 Subject: [PATCH] EgtCAM5 : - Migliorie varie. --- Application.xaml.vb | 1 + .../ManageLayerExpanderView.xaml | 6 +- ProjectPage/ProjectView.xaml | 16 +++-- ProjectPage/ProjectView.xaml.vb | 11 +-- ProjectPage/ProjectViewModel.vb | 71 +++++++++++++++---- StatusBar/StatusBarView.xaml | 6 +- 6 files changed, 71 insertions(+), 40 deletions(-) diff --git a/Application.xaml.vb b/Application.xaml.vb index deceb19..763c54b 100644 --- a/Application.xaml.vb +++ b/Application.xaml.vb @@ -13,6 +13,7 @@ Class Application Dim MainWndViewModel As New MainWindowViewModel ' Assegno il ViewModel alla View MainWndView.DataContext = MainWndViewModel + Dim x = MainWndView.IsInitialized ' Mostro la View principale MainWndView.Show() End Sub diff --git a/ProjectPage/OptionPanel/DrawOptionPanel/ManageLayerExpander/ManageLayerExpanderView.xaml b/ProjectPage/OptionPanel/DrawOptionPanel/ManageLayerExpander/ManageLayerExpanderView.xaml index e336a02..f369842 100644 --- a/ProjectPage/OptionPanel/DrawOptionPanel/ManageLayerExpander/ManageLayerExpanderView.xaml +++ b/ProjectPage/OptionPanel/DrawOptionPanel/ManageLayerExpander/ManageLayerExpanderView.xaml @@ -1,7 +1,7 @@  @@ -51,8 +51,8 @@ - - +