11 lines
165 B
C#
11 lines
165 B
C#
|
|
namespace ControlGallery;
|
||
|
|
|
||
|
|
public partial class App : Application
|
||
|
|
{
|
||
|
|
public App()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
MainPage = new AppShell();
|
||
|
|
}
|
||
|
|
}
|