diff --git a/Sources/IHM/Desktop/Planification.xaml b/Sources/IHM/Desktop/Planification.xaml
index c663688..e90603a 100644
--- a/Sources/IHM/Desktop/Planification.xaml
+++ b/Sources/IHM/Desktop/Planification.xaml
@@ -4,22 +4,41 @@
x:Class="IHM.Desktop.Planification"
Title="Planification">
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+s
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Planification.xaml.cs b/Sources/IHM/Desktop/Planification.xaml.cs
index a053bbc..ec55e4d 100644
--- a/Sources/IHM/Desktop/Planification.xaml.cs
+++ b/Sources/IHM/Desktop/Planification.xaml.cs
@@ -1,9 +1,15 @@
+using Model;
+
namespace IHM.Desktop;
public partial class Planification : ContentPage
{
- public Planification()
+ public Manager Mgr => (App.Current as App).Manager;
+ public Planification()
{
InitializeComponent();
+ BindingContext = Mgr;
+
+
}
}
\ No newline at end of file
diff --git a/Sources/IHM/Resources/Styles/Colors.xaml b/Sources/IHM/Resources/Styles/Colors.xaml
index 245758b..84a16e9 100644
--- a/Sources/IHM/Resources/Styles/Colors.xaml
+++ b/Sources/IHM/Resources/Styles/Colors.xaml
@@ -4,9 +4,9 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
- #512BD4
- #DFD8F7
- #2B0B98
+ #7FB196
+ #3C425A
+ #DF775C
White
Black
#E1E1E1