コード例 #1
0
ファイル: StopPage.xaml.cs プロジェクト: msokk/Soiduplaan
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     int id = Int32.Parse(NavigationContext.QueryString["id"]);
     DataContext = new StopViewModel(id);
 }
コード例 #2
0
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            int id = Int32.Parse(NavigationContext.QueryString["id"]);

            DataContext = new StopViewModel(id);
        }