Files

9 lines
128 B
C#

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