From fef26d39a16048d1fb53791d070df7b487d5cd60 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Tue, 11 Oct 2022 09:43:01 +0200 Subject: [PATCH] Ajout du converters permettant de transformer une Func en WindowPArt pour le Navigator. Ajout de la page Connexion afficher directement au lancement de l'application. --- Code/IHM/App.xaml | 4 +++ .../Converters/Func2WindowPartConverter.cs | 28 +++++++++++++++++++ Code/IHM/MainWindow.xaml | 5 ++++ Code/IHM/Navigator.cs | 2 +- 4 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 Code/IHM/Converters/Func2WindowPartConverter.cs diff --git a/Code/IHM/App.xaml b/Code/IHM/App.xaml index 1c0a7e7..865fd83 100644 --- a/Code/IHM/App.xaml +++ b/Code/IHM/App.xaml @@ -2,8 +2,12 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:IHM" + xmlns:conv="clr-namespace:IHM.Converters" StartupUri="MainWindow.xaml"> + + +