diff --git a/Sources/IHM/Desktop/CV_DeletePlanification.xaml b/Sources/IHM/Desktop/CV_DeletePlanification.xaml
new file mode 100644
index 0000000..6c2b227
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_DeletePlanification.xaml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/CV_DeletePlanification.xaml.cs b/Sources/IHM/Desktop/CV_DeletePlanification.xaml.cs
new file mode 100644
index 0000000..330a915
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_DeletePlanification.xaml.cs
@@ -0,0 +1,19 @@
+namespace IHM.Desktop;
+
+public partial class CV_DeletePlanification : ContentView
+{
+ public CV_DeletePlanification()
+ {
+ InitializeComponent();
+ }
+
+ private void Button_Clicked(object sender, EventArgs e)
+ {
+
+ }
+
+ private void Button_Clicked_1(object sender, EventArgs e)
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/CV_Planification.xaml.cs b/Sources/IHM/Desktop/CV_Planification.xaml.cs
index 890d95c..b91035d 100644
--- a/Sources/IHM/Desktop/CV_Planification.xaml.cs
+++ b/Sources/IHM/Desktop/CV_Planification.xaml.cs
@@ -21,6 +21,6 @@ public partial class CV_Planification : ContentView
private void Button_Clicked_1(object sender, EventArgs e)
{
-
- }
+ windowAjout.Content = new CV_DeletePlanification();
+ }
}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Dashboard.xaml.cs b/Sources/IHM/Desktop/Dashboard.xaml.cs
index 2d5dab4..a4bff1d 100644
--- a/Sources/IHM/Desktop/Dashboard.xaml.cs
+++ b/Sources/IHM/Desktop/Dashboard.xaml.cs
@@ -25,7 +25,7 @@ public partial class Dashboard
{
RetourFormeBase();
ButPla.TextColor = Colors.White;
- ButPla.BackgroundColor = Colors.Red;
+ ButPla.BackgroundColor = Colors.Coral;
mainCV.Content= new CV_Planification();
}
diff --git a/Sources/IHM/IHM.csproj b/Sources/IHM/IHM.csproj
index 9e95d79..e2137fd 100644
--- a/Sources/IHM/IHM.csproj
+++ b/Sources/IHM/IHM.csproj
@@ -110,6 +110,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile