C# 클래스 StandardApplication.App

상속: ApplicationBase
파일 보기 프로젝트 열기: reflection-emit/Cauldron

공개 메소드들

메소드 설명
App ( ) : Cauldron.Activator

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

보호된 메소드들

메소드 설명
OnStartup ( LaunchActivatedEventArgs e ) : Task

메소드 상세

App() 공개 메소드

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : Cauldron.Activator
리턴 Cauldron.Activator

OnStartup() 보호된 메소드

protected OnStartup ( LaunchActivatedEventArgs e ) : Task
e LaunchActivatedEventArgs
리턴 Task