C# Class TVSorter.Controller.AddShowController

Controller for adding new shows.
Inheritance: ShowSearchController
Datei anzeigen Open project: a-jackson/tvsorter

Public Methods

Method Description
Initialise ( IView view ) : void

Initialises the controller.

Method Details

Initialise() public method

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