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
@@ -0,0 +1,11 @@
namespace ModelViewViewModelProject.View
{
public partial class MainPage : ContentPage
{
public MainPage()
{
InitializeComponent();
}
}
}