mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-07 08:23:49 +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();
|
|
}
|
|
}
|
|
}
|