Lottery/Lottery/AppShell.xaml
2024-09-26 04:17:13 +01:00

16 lines
436 B
XML

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