C# Class BudgetAnalyser.Engine.Widgets.NewFileWidget

The new file widget, shows information about creating a new Budget Analyser Database file.
Inheritance: Widget
ファイルを表示 Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
NewFileWidget ( ) : System

Initializes a new instance of the NewFileWidget class.

Update ( ) : void

Updates the widget with new input.

Method Details

NewFileWidget() public method

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

Update() public method

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