diff --git a/Sources/IHM/Desktop/CV_Planification.xaml b/Sources/IHM/Desktop/CV_Planification.xaml
new file mode 100644
index 0000000..2277634
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_Planification.xaml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/CV_Planification.xaml.cs b/Sources/IHM/Desktop/CV_Planification.xaml.cs
new file mode 100644
index 0000000..cdab9f6
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_Planification.xaml.cs
@@ -0,0 +1,9 @@
+namespace IHM.Desktop;
+
+public partial class CV_Planification : ContentView
+{
+ public CV_Planification()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/DashBoard.xaml b/Sources/IHM/Desktop/DashBoard.xaml
index 3f2c91c..b2a4064 100644
--- a/Sources/IHM/Desktop/DashBoard.xaml
+++ b/Sources/IHM/Desktop/DashBoard.xaml
@@ -4,24 +4,57 @@
x:Class="IHM.Desktop.Dashboard"
Title="Dashboard">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Planification.xaml b/Sources/IHM/Desktop/Planification.xaml
index 3fff6a2..8d80a48 100644
--- a/Sources/IHM/Desktop/Planification.xaml
+++ b/Sources/IHM/Desktop/Planification.xaml
@@ -3,48 +3,45 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="IHM.Desktop.Planification"
Title="Planification">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/Planification.xaml.cs b/Sources/IHM/Desktop/Planification.xaml.cs
index ec55e4d..64146f7 100644
--- a/Sources/IHM/Desktop/Planification.xaml.cs
+++ b/Sources/IHM/Desktop/Planification.xaml.cs
@@ -8,7 +8,7 @@ public partial class Planification : ContentPage
public Planification()
{
InitializeComponent();
- BindingContext = Mgr;
+
}
diff --git a/Sources/IHM/IHM.csproj b/Sources/IHM/IHM.csproj
index 74009ee..c3aab9b 100644
--- a/Sources/IHM/IHM.csproj
+++ b/Sources/IHM/IHM.csproj
@@ -96,6 +96,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile