C# Class BudgetAnalyser.Engine.Widgets.EncryptWidget

Enables or disables encryption for files saved to disk.
Inheritance: Widget
Exibir arquivo Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
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.

Method Details

EncryptWidget() public method

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

Update() public method

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

WidgetActivated() public method

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