C# 클래스 ERP.MainPage

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

공개 메소드들

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

Creates a new MainPage instance.

비공개 메소드들

메소드 설명
ContentFrameNavigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
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

DestravaAutenticacao ( ) : void
InitializeComponent ( ) : void
TravaAutenticacao ( bool estaNaHome = false ) : void
VerificaAutenticacao ( bool estaNaHome = false ) : void
convenioPlanoSaudeSetDomainDataSource_LoadedData ( object sender, System e ) : void

메소드 상세

MainPage() 공개 메소드

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