From 1797a2b0ee90917dfaa82eb4b6a6093d20966d1e Mon Sep 17 00:00:00 2001 From: nimaye Date: Tue, 3 Jan 2023 09:48:17 +0100 Subject: [PATCH] avancement sur la vue planification --- Sources/IHM/Desktop/CV_Planification.xaml | 87 ++++++++++++++------ Sources/IHM/Desktop/CV_Planification.xaml.cs | 6 +- 2 files changed, 65 insertions(+), 28 deletions(-) diff --git a/Sources/IHM/Desktop/CV_Planification.xaml b/Sources/IHM/Desktop/CV_Planification.xaml index e6fbc8e..d911c18 100644 --- a/Sources/IHM/Desktop/CV_Planification.xaml +++ b/Sources/IHM/Desktop/CV_Planification.xaml @@ -19,34 +19,67 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/IHM/Desktop/CV_Planification.xaml.cs b/Sources/IHM/Desktop/CV_Planification.xaml.cs index aebd0ce..3b0cf9b 100644 --- a/Sources/IHM/Desktop/CV_Planification.xaml.cs +++ b/Sources/IHM/Desktop/CV_Planification.xaml.cs @@ -1,11 +1,15 @@ using Microsoft.Maui.Controls.Internals; using Model; +using static AndroidX.ConstraintLayout.Core.Motion.Utils.HyperSpline; namespace IHM.Desktop; public partial class CV_Planification : ContentView { - + //pour test sur la listView en attendant le stub ou la pers + public List listTest = new List(); + + public CV_Planification() { InitializeComponent();