Exemple #1
0
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     int id = Int32.Parse(NavigationContext.QueryString["id"]);
     DataContext = new StopViewModel(id);
 }
Exemple #2
0
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            int id = Int32.Parse(NavigationContext.QueryString["id"]);

            DataContext = new StopViewModel(id);
        }