Compare commits

..

No commits in common. "vetka" and "main" have entirely different histories.
vetka ... main

View File

@ -1,15 +0,0 @@
namespace MobileApp;
public class NewPage1 : ContentPage
{
public NewPage1()
{
Content = new VerticalStackLayout
{
Children = {
new Label { HorizontalOptions = LayoutOptions.Center, VerticalOptions = LayoutOptions.Center, Text = "Welcome to .NET MAUI!"
}
}
};
}
}