diff --git a/Sources/IHM/AppShellDesktop.xaml b/Sources/IHM/AppShellDesktop.xaml index 96abad7..a84f38e 100644 --- a/Sources/IHM/AppShellDesktop.xaml +++ b/Sources/IHM/AppShellDesktop.xaml @@ -8,7 +8,7 @@ Shell.NavBarIsVisible="False"> diff --git a/Sources/IHM/AppShellDesktop.xaml.cs b/Sources/IHM/AppShellDesktop.xaml.cs index 6775d2f..646e1f1 100644 --- a/Sources/IHM/AppShellDesktop.xaml.cs +++ b/Sources/IHM/AppShellDesktop.xaml.cs @@ -10,6 +10,9 @@ namespace IHM public partial class AppShellDesktop : Shell { public Manager Mgr => (App.Current as App).Manager; + public Manager Mgr2 => (App.Current as App).Manager; + + public AppShellDesktop() { diff --git a/Sources/IHM/Desktop/CV_AddPlanification.xaml b/Sources/IHM/Desktop/CV_AddPlanification.xaml index 7c988d8..d114a1c 100644 --- a/Sources/IHM/Desktop/CV_AddPlanification.xaml +++ b/Sources/IHM/Desktop/CV_AddPlanification.xaml @@ -4,7 +4,7 @@ x:Class="IHM.Desktop.CV_AddPlanification"> - + diff --git a/Sources/IHM/Desktop/CV_DeletePlanification.xaml b/Sources/IHM/Desktop/CV_DeletePlanification.xaml new file mode 100644 index 0000000..fb5e2be --- /dev/null +++ b/Sources/IHM/Desktop/CV_DeletePlanification.xaml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + +