C# Class BudgetAnalyser.Engine.Widgets.NewFileWidget

The new file widget, shows information about creating a new Budget Analyser Database file.
Inheritance: Widget
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
NewFileWidget ( ) : System

Initializes a new instance of the NewFileWidget class.

Update ( ) : void

Updates the widget with new input.

Method Details

NewFileWidget() public méthode

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

Update() public méthode

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