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