9 lines
119 B
C#
9 lines
119 B
C#
![]() |
namespace MobileApp;
|
||
|
|
||
|
public partial class NewPage1 : ContentPage
|
||
|
{
|
||
|
public NewPage1()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|