From 264eaf4d30e832e7e18bfcf12e78491aba30987d Mon Sep 17 00:00:00 2001 From: Raphael LACOTE Date: Fri, 9 Dec 2022 14:46:28 +0100 Subject: [PATCH] =?UTF-8?q?Travail=20sur=20les=20vues=20windows=20planific?= =?UTF-8?q?ation,=C3=A9ch=C3=A9ancier,=20compte=20et=20op=C3=A9rations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/IHM/AppShellDesktop.xaml | 2 +- Sources/IHM/Desktop/Compte.xaml | 3 +- Sources/IHM/Desktop/Compte.xaml.cs | 1 + Sources/IHM/Desktop/Echeancier.xaml | 31 +++++++++- Sources/IHM/Desktop/Operations.xaml | 4 +- Sources/IHM/Desktop/Planification.xaml | 82 ++++++++++++++------------ 6 files changed, 78 insertions(+), 45 deletions(-) diff --git a/Sources/IHM/AppShellDesktop.xaml b/Sources/IHM/AppShellDesktop.xaml index a84f38e..96abad7 100644 --- a/Sources/IHM/AppShellDesktop.xaml +++ b/Sources/IHM/AppShellDesktop.xaml @@ -8,7 +8,7 @@ Shell.NavBarIsVisible="False"> diff --git a/Sources/IHM/Desktop/Compte.xaml b/Sources/IHM/Desktop/Compte.xaml index b9b1ffc..41a51c4 100644 --- a/Sources/IHM/Desktop/Compte.xaml +++ b/Sources/IHM/Desktop/Compte.xaml @@ -4,9 +4,8 @@ x:Class="IHM.Desktop.Compte" Title="Compte" BackgroundColor="{StaticResource Yellow300Accent}"> - + - - - + + + +