C# Class ERP.MainPage

UserControl class providing the main UI for the application.
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: arthurgfonseca/ERP-Grupo5

Public Methods

Method Description
MainPage ( ) : System.Windows

Creates a new MainPage instance.

Private Methods

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

Method Details

MainPage() public method

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