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

The browser configuration.
Inheritance: IBrowserConfiguration
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method 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 method

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

Load() public method

Loads the XML configuration.
public Load ( ) : void
return void

Reset() public method

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

Save() public method

Saves the XML configuration.
public Save ( ) : void
return void