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

Monitors the currently loaded Budget Analyser file and shows the file name.
Наследование: Widget
Показать файл Открыть проект

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

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

Initializes a new instance of the CurrentFileWidget class.

Update ( ) : void

Updates the widget with new input.

Приватные методы

Метод Описание
ShortenFileName ( [ fileName ) : string

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

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

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

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

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