From 4f180027f39286001858993d267b9d7dd63f0081 Mon Sep 17 00:00:00 2001 From: nimaye Date: Tue, 3 Jan 2023 08:13:44 +0100 Subject: [PATCH] modification vue window --- Sources/IHM/App.xaml.cs | 1 + Sources/IHM/AppShellDesktop.xaml.cs | 2 + .../IHM/Desktop/CV_DeletePlanification.xaml | 40 +++++++++++++++++++ .../Desktop/CV_DeletePlanification.xaml.cs | 19 +++++++++ Sources/IHM/Desktop/CV_Planification.xaml | 3 +- Sources/IHM/Desktop/CV_Planification.xaml.cs | 8 ++-- Sources/Modele/Manager.cs | 6 +++ 7 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 Sources/IHM/Desktop/CV_DeletePlanification.xaml create mode 100644 Sources/IHM/Desktop/CV_DeletePlanification.xaml.cs 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 @@ + + + + + + + + + + + + + + + + + + + + + + +