Mise à jour de 'MangaMap/AppShell.xaml'

Ajout de la login page
pull/1/head
Matheo HERSAN 2 years ago
parent 926e475724
commit de86e51ca9

@ -4,6 +4,7 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MangaMap" xmlns:local="clr-namespace:MangaMap"
xmlns:Views="clr-namespace:MapManga.Views"
Shell.FlyoutBehavior="Disabled"> Shell.FlyoutBehavior="Disabled">
<ShellContent <ShellContent
@ -11,4 +12,9 @@
ContentTemplate="{DataTemplate local:MainPage}" ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" /> Route="MainPage" />
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate Views:loginPage}"
Route="Views/loginPage" />
</Shell> </Shell>

Loading…
Cancel
Save