C# Класс BudgetAnalyser.Engine.Widgets.TimedUpdateCounterWidget

A widget to counter and test the scheduled updates that should occur at defined regular time intervals.
Наследование: Widget
Показать файл Открыть проект

Открытые методы

Метод Описание
TimedUpdateCounterWidget ( ) : System

Initializes a new instance of the TimedUpdateCounterWidget class.

Update ( ) : void

Updates the widget with new input.

Описание методов

TimedUpdateCounterWidget() публичный Метод

Initializes a new instance of the TimedUpdateCounterWidget class.
public TimedUpdateCounterWidget ( ) : System
Результат System

Update() публичный Метод

Updates the widget with new input.
public Update ( ) : void
Результат void