C# Class RIAServiceApplication.About

Page class to present information about the current application.
Inheritance: System.Windows.Controls.Page
Mostra file Open project: KuduApps/RIAServicesApp

Public Methods

Method Description
About ( ) : System.Windows.Controls

Creates a new instance of the About class.

Protected Methods

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

Executes when the user navigates to this page.

Method Details

About() public method

Creates a new instance of the About class.
public About ( ) : 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