Ch.Epix.WindMobile.WP7.MainPage.ListBox_MouseLeftButtonUp C# (CSharp) Method

ListBox_MouseLeftButtonUp() private method

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