C# Class TrainTracker.Home

Home page for the application.
Inheritance: System.Windows.Controls.Page
显示文件 Open project: vega670/TrainTracker

Public Methods

Method Description
Home ( ) : System.Windows.Controls

Creates a new Home instance.

Protected Methods

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

Executes when the user navigates to this page.

Method Details

Home() public method

Creates a new Home instance.
public Home ( ) : System.Windows.Controls
return System.Windows.Controls

OnNavigatedTo() protected method

Executes when the user navigates to this page.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void