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
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
TimedUpdateCounterWidget ( ) : System

Initializes a new instance of the TimedUpdateCounterWidget class.

Update ( ) : void

Updates the widget with new input.

Method Details

TimedUpdateCounterWidget() public méthode

Initializes a new instance of the TimedUpdateCounterWidget class.
public TimedUpdateCounterWidget ( ) : System
Résultat System

Update() public méthode

Updates the widget with new input.
public Update ( ) : void
Résultat void