C# Class BudgetAnalyser.Engine.Widgets.SaveWidget

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

Public Methods

Method Description
SaveWidget ( ) : System

Initializes a new instance of the SaveWidget class.

Update ( ) : void

Updates the widget with new input.

Method Details

SaveWidget() public method

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

Update() public method

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