vpr/NotVPR_Remote/AppShell.xaml.cs

11 lines
166 B
C#

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