C# Class TrainTracker.Views.CurrentState

Inheritance: System.Windows.Controls.Page
显示文件 Open project: vega670/TrainTracker

Public Methods

Method Description
CurrentState ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
stateGrid_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

CurrentState() public method

public CurrentState ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void