From 1ca736aa2f2d2f7fd2ca1c36ebdb7eae5836db55 Mon Sep 17 00:00:00 2001 From: Nicolas MAYE Date: Thu, 12 Jan 2023 03:43:30 +0100 Subject: [PATCH] =?UTF-8?q?impl=C3=A9mentation=20des=20vues=20dans=20la=20?= =?UTF-8?q?partie=20statistique=20+=20ajout=20des=20comboBox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/Data/Data.csproj | 3 + .../IHM/Desktop/CV_DeletePlanification.xaml | 14 ++-- .../IHM/Desktop/CV_EnregistrerEcheance.xaml | 15 ++-- Sources/IHM/Desktop/CV_Statistiques.xaml | 74 +++++++++++++++++++ Sources/IHM/Desktop/CV_Statistiques.xaml.cs | 17 ++++- Sources/IHM/Desktop/CV_SupprimerEcheance.xaml | 15 ++-- Sources/IHM/Desktop/CV_retirer.xaml | 13 ++-- Sources/IHM/Desktop/CV_supprimerOp.xaml | 15 ++-- Sources/IHM/IHM.csproj | 3 + Sources/IHM/MauiProgram.cs | 16 +++- Sources/Modele/Model.csproj | 3 + .../TestFonctionnel/TestFonctionnel.csproj | 3 + Sources/TestsUnitaires/TestsUnitaires.csproj | 3 + 13 files changed, 150 insertions(+), 44 deletions(-) diff --git a/Sources/Data/Data.csproj b/Sources/Data/Data.csproj index 8ed68db..fa39877 100644 --- a/Sources/Data/Data.csproj +++ b/Sources/Data/Data.csproj @@ -20,6 +20,9 @@ + + + diff --git a/Sources/IHM/Desktop/CV_DeletePlanification.xaml b/Sources/IHM/Desktop/CV_DeletePlanification.xaml index fb5e2be..8ca3fc5 100644 --- a/Sources/IHM/Desktop/CV_DeletePlanification.xaml +++ b/Sources/IHM/Desktop/CV_DeletePlanification.xaml @@ -1,6 +1,7 @@ @@ -23,15 +24,16 @@