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

            // Set DataContext of the view
            personViewModel = new PersonViewModel();
            this.DataContext = personViewModel;
        }
Exemplo n.º 2
0
        public MainPage()
        {
            this.InitializeComponent();

            // Set DataContext of the view
            personViewModel = new PersonViewModel();
            this.DataContext = personViewModel;

            this.NavigationCacheMode = NavigationCacheMode.Required;
        }