Compare commits
No commits in common. "NewDesign" and "main" have entirely different histories.
15
newDesign.cs
15
newDesign.cs
@ -1,15 +0,0 @@
|
|||||||
namespace MobileApp;
|
|
||||||
|
|
||||||
public class newDesign : ContentPage
|
|
||||||
{
|
|
||||||
public newDesign()
|
|
||||||
{
|
|
||||||
Content = new VerticalStackLayout
|
|
||||||
{
|
|
||||||
Children = {
|
|
||||||
new Label { HorizontalOptions = LayoutOptions.Center, VerticalOptions = LayoutOptions.Center, Text = "Welcome to .NET MAUI!"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user