parent
926e475724
commit
de86e51ca9
@ -1,14 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<Shell
|
<Shell
|
||||||
x:Class="MangaMap.AppShell"
|
x:Class="MangaMap.AppShell"
|
||||||
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"
|
||||||
Shell.FlyoutBehavior="Disabled">
|
xmlns:Views="clr-namespace:MapManga.Views"
|
||||||
|
Shell.FlyoutBehavior="Disabled">
|
||||||
<ShellContent
|
|
||||||
Title="Home"
|
<ShellContent
|
||||||
ContentTemplate="{DataTemplate local:MainPage}"
|
Title="Home"
|
||||||
Route="MainPage" />
|
ContentTemplate="{DataTemplate local:MainPage}"
|
||||||
|
Route="MainPage" />
|
||||||
</Shell>
|
|
||||||
|
<ShellContent
|
||||||
|
Title="Home"
|
||||||
|
ContentTemplate="{DataTemplate Views:loginPage}"
|
||||||
|
Route="Views/loginPage" />
|
||||||
|
|
||||||
|
</Shell>
|
||||||
|
Loading…
Reference in new issue