C# Class RIAServiceApplication.MainPage

UserControl class providing the main UI for the application.
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: KuduApps/RIAServicesApp

Public Methods

Method Description
MainPage ( ) : System.Windows

Creates a new MainPage instance.

Private Methods

Method 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 method

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