C# Class BudgetAnalyser.Engine.Widgets.DaysSinceLastImport

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

Public Methods

Method Description
DaysSinceLastImport ( ) : System

Initializes a new instance of the DaysSinceLastImport class.

Update ( ) : void

Updates the widget with new input.

Method Details

DaysSinceLastImport() public method

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

Update() public method

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