C# Class RIAServiceApplication.About

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

Méthodes publiques

Méthode Description
About ( ) : System.Windows.Controls

Creates a new instance of the About class.

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Executes when the user navigates to this page.

Method Details

About() public méthode

Creates a new instance of the About class.
public About ( ) : System.Windows.Controls
Résultat System.Windows.Controls

OnNavigatedTo() protected méthode

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