C# Class Hourglass.Managers.TimerOptionsManager

Manages TimerOptionss.
Inheritance: Hourglass.Managers.Manager
Afficher le fichier Open project: Dziemborowicz/Hourglass

Méthodes publiques

Свойство Type Description
Instance TimerOptionsManager

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes the class.

Persist ( ) : void

Persists the state of the class.

Private Methods

Méthode 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 méthode

Initializes the class.
public Initialize ( ) : void
Résultat void

Persist() public méthode

Persists the state of the class.
public Persist ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

Singleton instance of the TimerOptionsManager class.
public static TimerOptionsManager,Hourglass.Managers Instance
Résultat TimerOptionsManager