From eeb0e5b4e22b207f4452887949ed240cb9d26f77 Mon Sep 17 00:00:00 2001 From: luevard Date: Mon, 14 Nov 2022 21:34:55 +0100 Subject: [PATCH] push de branche et ajout bouton selection de banque --- Sources/IHM/Dashboard.xaml | 30 ++++++++++++++++++++++++++++++ Sources/IHM/Dashboard.xaml.cs | 24 +++++++++++++++++++++++- Sources/IHM/GestionBanque.xaml | 14 ++++++++++++++ Sources/IHM/GestionBanque.xaml.cs | 9 +++++++++ Sources/IHM/IHM.csproj | 6 ++++++ Sources/IHM/Settings.xaml.cs | 2 -- 6 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 Sources/IHM/GestionBanque.xaml create mode 100644 Sources/IHM/GestionBanque.xaml.cs diff --git a/Sources/IHM/Dashboard.xaml b/Sources/IHM/Dashboard.xaml index 751ce20..404607f 100644 --- a/Sources/IHM/Dashboard.xaml +++ b/Sources/IHM/Dashboard.xaml @@ -7,5 +7,35 @@ Text="Dashboard" VerticalOptions="Center" HorizontalOptions="Center" /> +