diff --git a/Sources/IHM/App.xaml.cs b/Sources/IHM/App.xaml.cs index 2f0051b..f2639a3 100644 --- a/Sources/IHM/App.xaml.cs +++ b/Sources/IHM/App.xaml.cs @@ -6,6 +6,7 @@ namespace IHM public partial class App : Application { public Manager Manager { get; set; } = new Manager(new PersLinqToPgSQL()); + public App() { InitializeComponent(); diff --git a/Sources/IHM/AppShellDesktop.xaml.cs b/Sources/IHM/AppShellDesktop.xaml.cs index 6775d2f..d82d2a2 100644 --- a/Sources/IHM/AppShellDesktop.xaml.cs +++ b/Sources/IHM/AppShellDesktop.xaml.cs @@ -10,6 +10,8 @@ namespace IHM public partial class AppShellDesktop : Shell { public Manager Mgr => (App.Current as App).Manager; + + public AppShellDesktop() { diff --git a/Sources/IHM/Desktop/CV_DeletePlanification.xaml b/Sources/IHM/Desktop/CV_DeletePlanification.xaml new file mode 100644 index 0000000..df39c4c --- /dev/null +++ b/Sources/IHM/Desktop/CV_DeletePlanification.xaml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + +