C# Класс ERP.App

Main Application class.
Наследование: System.Windows.Application
Показать файл Открыть проект

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

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