From 7f97afa39cd983cd465ef80cd1b8956f9177e595 Mon Sep 17 00:00:00 2001 From: hulivet1 Date: Wed, 12 Oct 2022 17:19:49 +0200 Subject: [PATCH] =?UTF-8?q?Amm=C3=A9lioration=20de=20l'interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/IHM/App.xaml | 32 +++++++++++++++++++++++++++++++- Code/IHM/App.xaml.cs | 4 ++++ Code/IHM/MainWindow.xaml | 7 ++++++- 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/Code/IHM/App.xaml b/Code/IHM/App.xaml index 1f1d72d..193ee2f 100644 --- a/Code/IHM/App.xaml +++ b/Code/IHM/App.xaml @@ -92,7 +92,37 @@ - + + + + + + + + + + + + + + + + + + + + + + diff --git a/Code/IHM/App.xaml.cs b/Code/IHM/App.xaml.cs index 16ddde8..ec2e22c 100644 --- a/Code/IHM/App.xaml.cs +++ b/Code/IHM/App.xaml.cs @@ -5,6 +5,8 @@ using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; +using System.Windows.Controls; +using System.Windows.Media; namespace IHM { @@ -14,5 +16,7 @@ namespace IHM public partial class App : Application { public Navigator Navigator { get; private set; } = new Navigator(); + + } } diff --git a/Code/IHM/MainWindow.xaml b/Code/IHM/MainWindow.xaml index 30fa14f..71b77c4 100644 --- a/Code/IHM/MainWindow.xaml +++ b/Code/IHM/MainWindow.xaml @@ -20,8 +20,13 @@ -