C# Class ERP.App

Main Application class.
Inheritance: System.Windows.Application
Afficher le fichier Open project: arthurgfonseca/ERP-Grupo5

Méthodes publiques

Méthode Description
App ( ) : System

Creates a new App instance.

Méthodes protégées

Méthode Description
InitializeRootVisual ( ) : void

Initializes the Application.RootVisual property. The initial UI will be displayed before the LoadUser operation has completed (The LoadUser operation will cause user to be logged automatically if using windows authentication or if the user had selected the "keep me signed in" option on a previous login).

Private Methods

Méthode Description
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
Application_UnhandledException ( object sender, ApplicationUnhandledExceptionEventArgs e ) : void
Application_UserLoaded ( LoadUserOperation operation ) : void

Invoked when the LoadUserOperation completes. Use this event handler to switch from the "loading UI" you created in InitializeRootVisual to the "application UI"

InitializeComponent ( ) : void

Method Details

App() public méthode

Creates a new App instance.
public App ( ) : System
Résultat System

InitializeRootVisual() protected méthode

Initializes the Application.RootVisual property. The initial UI will be displayed before the LoadUser operation has completed (The LoadUser operation will cause user to be logged automatically if using windows authentication or if the user had selected the "keep me signed in" option on a previous login).
protected InitializeRootVisual ( ) : void
Résultat void