C# 클래스 At.FF.Krems.FullscreenBrowser.App

Interaction logic for App.XAML
상속: System.Windows.Application, IApp
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
Init ( ) : void

Initializes this instance.

Reset ( ) : void

Resets this instance.

보호된 메소드들

메소드 설명
OnExit ( System.Windows.ExitEventArgs e ) : void

Raises the E:System.Windows.Application.Exit event.

OnStartup ( System.Windows.StartupEventArgs e ) : void

Raises the E:System.Windows.Application.Startup event.

비공개 메소드들

메소드 설명
Initialize ( bool force = false ) : void

Initializes this instance.

메소드 상세

Init() 공개 메소드

Initializes this instance.
public Init ( ) : void
리턴 void

OnExit() 보호된 메소드

Raises the E:System.Windows.Application.Exit event.
protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs An that contains the event data.
리턴 void

OnStartup() 보호된 메소드

Raises the E:System.Windows.Application.Startup event.
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs A that contains the event data.
리턴 void

Reset() 공개 메소드

Resets this instance.
public Reset ( ) : void
리턴 void