mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-06 16:03:48 +00:00
13 lines
213 B
C#
13 lines
213 B
C#
namespace qControlMAUI
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
public App()
|
|
{
|
|
InitializeComponent();
|
|
|
|
MainPage = new AppShell();
|
|
}
|
|
}
|
|
}
|