C# Class RIAServiceApplication.MainPage

UserControl class providing the main UI for the application.
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: KuduApps/RIAServicesApp

Méthodes publiques

Méthode Description
MainPage ( ) : System.Windows

Creates a new MainPage instance.

Private Methods

Méthode Description
ContentFrame_Navigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

After the Frame navigates, ensure the HyperlinkButton representing the current page is selected

ContentFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

If an error occurs during navigation, show an error window

Method Details

MainPage() public méthode

Creates a new MainPage instance.
public MainPage ( ) : System.Windows
Résultat System.Windows