Neighbourhood.omg.lol/XamlComponents/AppShell.xaml.cs

11 lines
206 B
C#
Raw Normal View History

namespace Neighbourhood.omg.lol;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
Routing.RegisterRoute(nameof(LoginWebViewPage), typeof(LoginWebViewPage));
}
}