C# Class KinectRCCar.WpfUI.CountdownTimer

Inheritance: ICountdownTimer
Afficher le fichier Open project: devinh/KinectRCCar

Méthodes publiques

Méthode Description
CountdownTimer ( System.TimeSpan time, System.TimeSpan updateInterval ) : System
OnTimeElapsed ( TimeElapsedEventArgs args ) : void
Reset ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
DispatcherTimerOnTick ( object sender, EventArgs eventArgs ) : void
OnCountDownTimerTick ( System.TimeSpan timerTick ) : void

Method Details

CountdownTimer() public méthode

public CountdownTimer ( System.TimeSpan time, System.TimeSpan updateInterval ) : System
time System.TimeSpan
updateInterval System.TimeSpan
Résultat System

OnTimeElapsed() public méthode

public OnTimeElapsed ( TimeElapsedEventArgs args ) : void
args TimeElapsedEventArgs
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void