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 @@ - - +