9 lines
124 B
C#
9 lines
124 B
C#
![]() |
namespace MauiApp1;
|
||
|
|
||
|
public partial class NewContent1 : ContentView
|
||
|
{
|
||
|
public NewContent1()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|