C# Class Gymnastika.Widgets.DateWidget

Inheritance: System.Windows.Controls.UserControl, IWidget, IDisposable
显示文件 Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
DateWidget ( ) : System
Dispose ( ) : void
Initialize ( ) : void

Private Methods

Method 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 method

public DateWidget ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void