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(); }