C# Class BudgetAnalyser.Engine.Widgets.CurrentFileWidget

Monitors the currently loaded Budget Analyser file and shows the file name.
Inheritance: Widget
Show file Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
CurrentFileWidget ( ) : System

Initializes a new instance of the CurrentFileWidget class.

Update ( ) : void

Updates the widget with new input.

Private Methods

Method Description
ShortenFileName ( [ fileName ) : string

Method Details

CurrentFileWidget() public method

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

Update() public method

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