From 78cedb8bc1295ad7475576a5cbbcb9ebf2cb41dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Tue, 2 Apr 2024 19:10:13 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20navbar,=20ajouts=20des?= =?UTF-8?q?=20pages=20dans=20la=20tab-bar=20pour=20naviguer=20durant=20le?= =?UTF-8?q?=20d=C3=A9veloppement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Trek-12/Trek-12/AppShell.xaml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/source/Trek-12/Trek-12/AppShell.xaml b/source/Trek-12/Trek-12/AppShell.xaml index 09d5f2a..4eda938 100644 --- a/source/Trek-12/Trek-12/AppShell.xaml +++ b/source/Trek-12/Trek-12/AppShell.xaml @@ -6,16 +6,37 @@ xmlns:local="clr-namespace:Trek_12" xmlns:views="clr-namespace:Trek_12.Views" Shell.FlyoutBehavior="Flyout" - Title="Trek_12"> + Title="Trek_12" + Shell.NavBarIsVisible="False"> + Route="MenuPrincipal" /> + + + + + + + +