Files
qController/qControlMAUI/AppShell.xaml.cs
T

11 lines
175 B
C#

namespace qControlMAUI
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}