C# Class TVSorter.Controller.AddShowController

Controller for adding new shows.
Inheritance: ShowSearchController
Afficher le fichier Open project: a-jackson/tvsorter

Méthodes publiques

Méthode Description
Initialise ( IView view ) : void

Initialises the controller.

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