This commit is contained in:
2025-11-25 23:26:56 -06:00
parent 447c59d921
commit 35796576ff
40 changed files with 1095 additions and 0 deletions

14
WguApp/AppShell.xaml Normal file
View File

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