C# 클래스 ERP.App

Main Application class.
상속: System.Windows.Application
파일 보기 프로젝트 열기: arthurgfonseca/ERP-Grupo5

공개 메소드들

메소드 설명
App ( ) : System

Creates a new App instance.

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

App() 공개 메소드

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

InitializeRootVisual() 보호된 메소드

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
리턴 void