C# 클래스 Hourglass.Managers.TimerOptionsManager

Manages TimerOptionss.
상속: Hourglass.Managers.Manager
파일 보기 프로젝트 열기: Dziemborowicz/Hourglass

공개 프로퍼티들

프로퍼티 타입 설명
Instance TimerOptionsManager

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the class.

Persist ( ) : void

Persists the state of the class.

비공개 메소드들

메소드 설명
TimerOptionsManager ( ) : System.Linq

Prevents a default instance of the TimerOptionsManager class from being created.

UpdateMostRecentOptions ( ) : void

Updates the MostRecentOptions from the currently opened TimerWindows.

메소드 상세

Initialize() 공개 메소드

Initializes the class.
public Initialize ( ) : void
리턴 void

Persist() 공개 메소드

Persists the state of the class.
public Persist ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

Singleton instance of the TimerOptionsManager class.
public static TimerOptionsManager,Hourglass.Managers Instance
리턴 TimerOptionsManager