View model for the app
Inheritance: INotifyPropertyChanged
Esempio n. 1
0
        public MainPage()
        {
            // create view model and attach it here
            DataContext = new SecureDataViewModel();
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;
        }
Esempio n. 2
0
 public MainPage()
 {
     // create view model and attach it here
     DataContext = new SecureDataViewModel();
     this.InitializeComponent();
 }
Esempio n. 3
0
 public MainPage()
 {
     // create view model and attach it here
     DataContext = new SecureDataViewModel();
     this.InitializeComponent();
 }