Files
Ho Ngoc Hai 76d75c753b Migrate
2026-05-23 18:37:02 +07:00

16 lines
459 B
XML

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