C# 클래스 RIAServiceApplication.MainPage

UserControl class providing the main UI for the application.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: KuduApps/RIAServicesApp

공개 메소드들

메소드 설명
MainPage ( ) : System.Windows

Creates a new MainPage instance.

비공개 메소드들

메소드 설명
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

메소드 상세

MainPage() 공개 메소드

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