C# Class TVSorter.Controller.SettingsController

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

Méthodes publiques

Méthode Description
Initialise ( IView view ) : void

Initialises the controller.

Revert ( ) : void

Reverts the settings.

Save ( ) : void

Saves the settings.

Method Details

Initialise() public méthode

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

Revert() public méthode

Reverts the settings.
public Revert ( ) : void
Résultat void

Save() public méthode

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