diff --git a/Sources/IHM/AppShellDesktop.xaml b/Sources/IHM/AppShellDesktop.xaml index 16d34e1..a84f38e 100644 --- a/Sources/IHM/AppShellDesktop.xaml +++ b/Sources/IHM/AppShellDesktop.xaml @@ -8,7 +8,7 @@ Shell.NavBarIsVisible="False"> 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 e7f5001..4e44f77 100644 --- a/Sources/IHM/Desktop/Planification.xaml +++ b/Sources/IHM/Desktop/Planification.xaml @@ -7,31 +7,36 @@ - - - + + + + + + + + - + - - - - - + + + - - - - - - - - + + + + + + + + + + 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