Ch.Epyx.WindMobile.WP7.View.MapView.PushPin_Button_Click C# (CSharp) Méthode

PushPin_Button_Click() private méthode

private PushPin_Button_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void
        private void PushPin_Button_Click(object sender, RoutedEventArgs e)
        {
            ViewModel.CurrentStationInfo = ((sender as Button).Tag as IStationInfo);
            NavigationService.Navigate(new Uri("/View/StationDataPivot.xaml", UriKind.Relative));
        }