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

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

Méthodes publiques

Méthode Description
Init ( ) : void

Initializes this instance.

Reset ( ) : void

Resets this instance.

Méthodes protégées

Méthode 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

Méthode Description
Initialize ( bool force = false ) : void

Initializes this instance.

Method Details

Init() public méthode

Initializes this instance.
public Init ( ) : void
Résultat void

OnExit() protected méthode

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.
Résultat void

OnStartup() protected méthode

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.
Résultat void

Reset() public méthode

Resets this instance.
public Reset ( ) : void
Résultat void