C# Класс ERP.MainPage

UserControl class providing the main UI for the application.
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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