Exemplo n.º 1
0
        public AppShell()
        {
            BindingContext = new AppShellViewModel();
            InitializeComponent();

            Routing.RegisterRoute(NavigationRoutes.LoginPage, typeof(LoginPage));
        }
Exemplo n.º 2
0
 public AppShell()
 {
     BindingContext = new AppShellViewModel();
     InitializeComponent();
 }