mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-04 06:57:56 +00:00
11 lines
175 B
C#
11 lines
175 B
C#
namespace qControlMAUI
|
|
{
|
|
public partial class AppShell : Shell
|
|
{
|
|
public AppShell()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|