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

Enables or disables encryption for files saved to disk.
상속: Widget
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
EncryptWidget ( ) : System

Initializes a new instance of the CurrentFileWidget class.

Update ( ) : void

Updates the widget with new input.

WidgetActivated ( ) : void

Is called by the UI when this widget is clicked or activated.

메소드 상세

EncryptWidget() 공개 메소드

Initializes a new instance of the CurrentFileWidget class.
public EncryptWidget ( ) : System
리턴 System

Update() 공개 메소드

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

WidgetActivated() 공개 메소드

Is called by the UI when this widget is clicked or activated.
public WidgetActivated ( ) : void
리턴 void