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

StationInfoControl_MouseLeftButtonUp() private method

private StationInfoControl_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void
        private void StationInfoControl_MouseLeftButtonUp(object sender, MouseButtonEventArgs e)
        {
            //NavigationService.Navigate(new Uri("/View/StationInfoView.xaml", UriKind.Relative));
        }