C# Class BudgetAnalyser.Engine.Widgets.DaysSinceLastImport

Monitors the number of days since bank statement data was last imported.
Inheritance: Widget
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
DaysSinceLastImport ( ) : System

Initializes a new instance of the DaysSinceLastImport class.

Update ( ) : void

Updates the widget with new input.

Method Details

DaysSinceLastImport() public méthode

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

Update() public méthode

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