C# Class OSAE.UI.Controls.TimerLabel

Interaction logic for TimerLabel.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Properties

Property Type Description
LastUpdated System.DateTime
Location Point

Public Methods

Method Description
TimerLabel ( OSAEObject sObj ) : System
Update ( ) : void

Private Methods

Method Description
timer_tick ( object source, EventArgs e ) : void

Method Details

TimerLabel() public method

public TimerLabel ( OSAEObject sObj ) : System
sObj OSAEObject
return System

Update() public method

public Update ( ) : void
return void

Property Details

LastUpdated public_oe property

public DateTime,System LastUpdated
return System.DateTime

Location public_oe property

public Point Location
return Point