Mise à jour de 'MangaMap/AppShell.xaml'

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

@ -1,14 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="MangaMap.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MangaMap"
Shell.FlyoutBehavior="Disabled">
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
</Shell>
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="MangaMap.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MangaMap"
xmlns:Views="clr-namespace:MapManga.Views"
Shell.FlyoutBehavior="Disabled">
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate Views:loginPage}"
Route="Views/loginPage" />
</Shell>

Loading…
Cancel
Save