AppDoebeln/TourismusDöbeln/AppShell.xaml
2024-08-30 06:36:09 +02:00

16 lines
453 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="TourismusDöbeln.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:TourismusDöbeln"
Shell.FlyoutBehavior="Disabled"
Title="TourismusDöbeln">
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
</Shell>