Ch.Epyx.WindMobile.WP7.View.MainPanoramaView.PushPin_Button_Click C# (CSharp) Method

PushPin_Button_Click() private method

private PushPin_Button_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return 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));
        }