C# Класс BudgetAnalyser.Engine.Widgets.SaveWidget

A widget that becomes available when there are unsaved changes. Clicking will save all changes.
Наследование: Widget
Показать файл Открыть проект

Открытые методы

Метод Описание
SaveWidget ( ) : System

Initializes a new instance of the SaveWidget class.

Update ( ) : void

Updates the widget with new input.

Описание методов

SaveWidget() публичный Метод

Initializes a new instance of the SaveWidget class.
public SaveWidget ( ) : System
Результат System

Update() публичный Метод

Updates the widget with new input.
public Update ( ) : void
Результат void