diff --git a/Sources/IHM/Desktop/CV_AddPlanification.xaml b/Sources/IHM/Desktop/CV_AddPlanification.xaml
new file mode 100644
index 0000000..7c988d8
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_AddPlanification.xaml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/CV_AddPlanification.xaml.cs b/Sources/IHM/Desktop/CV_AddPlanification.xaml.cs
new file mode 100644
index 0000000..d5aacb0
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_AddPlanification.xaml.cs
@@ -0,0 +1,17 @@
+
+
+namespace IHM.Desktop;
+
+public partial class CV_AddPlanification : ContentView
+{
+ public CV_AddPlanification()
+ {
+ InitializeComponent();
+ }
+
+ private void annuler_button(object sender, EventArgs e)
+ {
+
+
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/CV_Planification.xaml b/Sources/IHM/Desktop/CV_Planification.xaml
index a0b78f3..7c38479 100644
--- a/Sources/IHM/Desktop/CV_Planification.xaml
+++ b/Sources/IHM/Desktop/CV_Planification.xaml
@@ -16,14 +16,37 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/CV_Planification.xaml.cs b/Sources/IHM/Desktop/CV_Planification.xaml.cs
index cdab9f6..890d95c 100644
--- a/Sources/IHM/Desktop/CV_Planification.xaml.cs
+++ b/Sources/IHM/Desktop/CV_Planification.xaml.cs
@@ -1,9 +1,26 @@
+using Microsoft.Maui.Controls.Internals;
+using Model;
+
namespace IHM.Desktop;
public partial class CV_Planification : ContentView
{
- public CV_Planification()
+ public Manager Mgr => (App.Current as App).Manager;
+ public CV_Planification()
{
InitializeComponent();
+
+
+
+ }
+
+ private void Button_Clicked(object sender, EventArgs e)
+ {
+ windowAjout.Content = new CV_AddPlanification();
+ }
+
+ private void Button_Clicked_1(object sender, EventArgs e)
+ {
+
}
}
\ No newline at end of file
diff --git a/Sources/IHM/IHM.csproj b/Sources/IHM/IHM.csproj
index c3aab9b..0880be4 100644
--- a/Sources/IHM/IHM.csproj
+++ b/Sources/IHM/IHM.csproj
@@ -56,6 +56,14 @@
+
+
+
+
+
+
+
+
@@ -96,6 +104,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
@@ -117,9 +128,6 @@
MSBuild:Compile
-
- MSBuild:Compile
-
MSBuild:Compile