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
+12
View File
@@ -0,0 +1,12 @@
namespace ModelViewViewModelProject
{
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new AppShell();
}
}
}