C# Class BudgetAnalyser.Engine.Widgets.CurrentFileWidget

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

Méthodes publiques

Méthode Description
CurrentFileWidget ( ) : System

Initializes a new instance of the CurrentFileWidget class.

Update ( ) : void

Updates the widget with new input.

Private Methods

Méthode Description
ShortenFileName ( [ fileName ) : string

Method Details

CurrentFileWidget() public méthode

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

Update() public méthode

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