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

            DataContext = new StopViewModel(id);
        }