C# Class TimeLocker.RemainingTimeController

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
RemainingTimeController ( System.TimeSpan remainingTime ) : System
StartTimer ( ) : void
StopTimer ( ) : void

Private Methods

Méthode Description
CalculateRemainingTimeToLock ( System.TimeSpan remainingTimeToLock ) : System.TimeSpan
ChangeTimerEvent ( ) : void
DecRemaningSecondsToLock ( object o, System.Timers.ElapsedEventArgs e ) : void

Method Details

RemainingTimeController() public méthode

public RemainingTimeController ( System.TimeSpan remainingTime ) : System
remainingTime System.TimeSpan
Résultat System

StartTimer() public méthode

public StartTimer ( ) : void
Résultat void

StopTimer() public méthode

public StopTimer ( ) : void
Résultat void