first commit i guess

This commit is contained in:
Krzysztof KrzysiekSiemv Smaga
2025-03-26 01:01:06 +01:00
commit 321b6a07df
1973 changed files with 119622 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="NoteApp.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:NoteApp"
Shell.FlyoutBehavior="Flyout"
Title="NoteApp">
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
</Shell>