Example #1
0
        public TheShell()
        {
            InitializeComponent();

            BindingContext = new TheShellViewModel();

            Routing.RegisterRoute(ProductCategoryRoute, typeof(ProductCategoryPage));
        }
Example #2
0
        public TheShell()
        {
            InitializeComponent();

            BindingContext = new TheShellViewModel();
        }