C# Class BudgetAnalyser.Engine.Widgets.SaveWidget

A widget that becomes available when there are unsaved changes. Clicking will save all changes.
Inheritance: Widget
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
SaveWidget ( ) : System

Initializes a new instance of the SaveWidget class.

Update ( ) : void

Updates the widget with new input.

Method Details

SaveWidget() public méthode

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

Update() public méthode

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