C# Class Gymnastika.Widgets.DateWidget

Inheritance: System.Windows.Controls.UserControl, IWidget, IDisposable
Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Méthode Description
DateWidget ( ) : System
Dispose ( ) : void
Initialize ( ) : void

Private Methods

Méthode Description
UpdateSecond ( ) : void
UpdateTime ( ) : void
_secondTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
_timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

DateWidget() public méthode

public DateWidget ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void