C# 클래스 BudgetAnalyser.Engine.Widgets.CurrentFileWidget

Monitors the currently loaded Budget Analyser file and shows the file name.
상속: Widget
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
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