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 @@ -