C# 클래스 TVSorter.Controller.SettingsController

The controller for the settings tab.
상속: ControllerBase
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
Initialise ( IView view ) : void

Initialises the controller.

Revert ( ) : void

Reverts the settings.

Save ( ) : void

Saves the settings.

메소드 상세

Initialise() 공개 메소드

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

Revert() 공개 메소드

Reverts the settings.
public Revert ( ) : void
리턴 void

Save() 공개 메소드

Saves the settings.
public Save ( ) : void
리턴 void