MAUI app added

This commit is contained in:
2024-12-17 17:19:39 +01:00
parent a605bb9947
commit 17d895f77d
43 changed files with 1198 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="WorkFlowCheck.MAUI.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:WorkFlowCheck.MAUI"
Shell.FlyoutBehavior="Disabled"
Title="WorkFlowCheck.MAUI">
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
</Shell>