C# Class Hourglass.Managers.TimerOptionsManager

Manages TimerOptionss.
Inheritance: Hourglass.Managers.Manager
Show file Open project: Dziemborowicz/Hourglass

Public Properties

Property Type Description
Instance TimerOptionsManager

Public Methods

Method Description
Initialize ( ) : void

Initializes the class.

Persist ( ) : void

Persists the state of the class.

Private Methods

Method Description
TimerOptionsManager ( ) : System.Linq

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

UpdateMostRecentOptions ( ) : void

Updates the MostRecentOptions from the currently opened TimerWindows.

Method Details

Initialize() public method

Initializes the class.
public Initialize ( ) : void
return void

Persist() public method

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

Property Details

Instance public static property

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