new page
This commit is contained in:
parent
cdafb0aaf9
commit
f9b5936123
15
NewPage1.cs
Normal file
15
NewPage1.cs
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
namespace MauiAppSim;
|
||||||
|
|
||||||
|
public class NewPage1 : ContentPage
|
||||||
|
{
|
||||||
|
public NewPage1()
|
||||||
|
{
|
||||||
|
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