13 lines
154 B
C#
13 lines
154 B
C#
namespace MAUIIP_407
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
public App()
|
|
{
|
|
InitializeComponent();
|
|
|
|
MainPage = new AppShell();
|
|
}
|
|
}
|
|
}
|