C# Class BudgetAnalyser.Engine.Widgets.TimedUpdateCounterWidget

A widget to counter and test the scheduled updates that should occur at defined regular time intervals.
Inheritance: Widget
Show file Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
TimedUpdateCounterWidget ( ) : System

Initializes a new instance of the TimedUpdateCounterWidget class.

Update ( ) : void

Updates the widget with new input.

Method Details

TimedUpdateCounterWidget() public method

Initializes a new instance of the TimedUpdateCounterWidget class.
public TimedUpdateCounterWidget ( ) : System
return System

Update() public method

Updates the widget with new input.
public Update ( ) : void
return void