Files
qController/qController/AppShell.xaml.cs
T

11 lines
174 B
C#

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