From 4f0099fcefbbcaa6a0f54a7f3fa00d80e216726d Mon Sep 17 00:00:00 2001 From: Nicolas MAYE Date: Thu, 19 Jan 2023 10:21:26 +0100 Subject: [PATCH] =?UTF-8?q?methode=20debit=20et=20cr=C3=A9dit=20impl=C3=A9?= =?UTF-8?q?ment=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/IHM/Desktop/CV_Planification.xaml | 10 ++--- Sources/IHM/Desktop/CV_credit.xaml | 17 +++++---- Sources/IHM/Desktop/CV_credit.xaml.cs | 44 ++++++++++++++++++++-- Sources/IHM/Desktop/CV_debit.xaml | 25 ++++++------ Sources/IHM/Desktop/CV_debit.xaml.cs | 46 ++++++++++++++++++++--- Sources/IHM/Desktop/Echeancier.xaml | 12 +++--- Sources/IHM/Desktop/Operations.xaml | 10 ++--- Sources/Modele/Manager.cs | 15 ++++++++ Sources/Modele/Operation.cs | 4 ++ 9 files changed, 141 insertions(+), 42 deletions(-) diff --git a/Sources/IHM/Desktop/CV_Planification.xaml b/Sources/IHM/Desktop/CV_Planification.xaml index ec4a339..5b1bfbd 100644 --- a/Sources/IHM/Desktop/CV_Planification.xaml +++ b/Sources/IHM/Desktop/CV_Planification.xaml @@ -53,11 +53,11 @@ - - - - - + + + + + diff --git a/Sources/IHM/Desktop/CV_credit.xaml b/Sources/IHM/Desktop/CV_credit.xaml index c222782..5e797a7 100644 --- a/Sources/IHM/Desktop/CV_credit.xaml +++ b/Sources/IHM/Desktop/CV_credit.xaml @@ -13,6 +13,7 @@ + @@ -27,16 +28,18 @@