Exemplo n.º 1
0
        public TheShell()
        {
            InitializeComponent();

            BindingContext = new TheShellViewModel();

            Routing.RegisterRoute(ProductCategoryRoute, typeof(ProductCategoryPage));
        }
Exemplo n.º 2
0
        public TheShell()
        {
            InitializeComponent();

            BindingContext = new TheShellViewModel();
        }