C# 클래스 BudgetAnalyser.Engine.Widgets.SaveWidget

A widget that becomes available when there are unsaved changes. Clicking will save all changes.
상속: Widget
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
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