C# Class At.FF.Krems.Utils.BrowserConfiguration

The browser configuration.
Inheritance: IBrowserConfiguration
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Méthodes publiques

Méthode Description
Init ( ) : void

Initializes this instance.

Load ( ) : void

Loads the XML configuration.

Reset ( ) : void

Resets this instance.

Save ( ) : void

Saves the XML configuration.

Method Details

Init() public méthode

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

Load() public méthode

Loads the XML configuration.
public Load ( ) : void
Résultat void

Reset() public méthode

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

Save() public méthode

Saves the XML configuration.
public Save ( ) : void
Résultat void