C# Class TVSorter.Controller.SettingsController

The controller for the settings tab.
Inheritance: ControllerBase
Show file Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

Method Description
Initialise ( IView view ) : void

Initialises the controller.

Revert ( ) : void

Reverts the settings.

Save ( ) : void

Saves the settings.

Method Details

Initialise() public method

Initialises the controller.
public Initialise ( IView view ) : void
view IView /// The view the controller is for. ///
return void

Revert() public method

Reverts the settings.
public Revert ( ) : void
return void

Save() public method

Saves the settings.
public Save ( ) : void
return void