Dodaj pliki projektów.

This commit is contained in:
Christopher
2024-11-11 19:39:56 +01:00
parent 9d36c1e967
commit f736752ae9
39 changed files with 1184 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="ModelViewViewModelProject.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:ModelViewViewModelProject"
Shell.FlyoutBehavior="Disabled"
Shell.NavBarIsVisible="False"
Title="MVVM Type of Project">
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate local:View.MainPage}"
Route="MainPage" />
</Shell>