mirror of
https://github.com/onyx-and-iris/Lottery.git
synced 2024-11-24 15:10:46 +00:00
16 lines
436 B
XML
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>
|