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

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