16 lines
408 B
XML
16 lines
408 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Shell
|
|
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
xmlns:pages="clr-namespace:FrymasterBadgeApp"
|
|
x:Class="FrymasterBadgeApp.AppShell"
|
|
>
|
|
<TabBar x:Name="MainTabBar" />
|
|
|
|
<ShellContent
|
|
x:Name="SetupTab"
|
|
Title="Setup"
|
|
ContentTemplate="{DataTemplate pages:CompanyPage}"
|
|
/>
|
|
</Shell>
|