C# Class At.FF.Krems.FullscreenBrowser.App

Interaction logic for App.XAML
Inheritance: System.Windows.Application, IApp
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
Init ( ) : void

Initializes this instance.

Reset ( ) : void

Resets this instance.

Protected Methods

Method Description
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.

Private Methods

Method Description
Initialize ( bool force = false ) : void

Initializes this instance.

Method Details

Init() public method

Initializes this instance.
public Init ( ) : void
return void

OnExit() protected method

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.
return void

OnStartup() protected method

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.
return void

Reset() public method

Resets this instance.
public Reset ( ) : void
return void