예제 #1
0
        public TheShell()
        {
            InitializeComponent();

            BindingContext = new TheShellViewModel();

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

            BindingContext = new TheShellViewModel();
        }