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();