C# Class BudgetAnalyser.Engine.Widgets.EncryptWidget

Enables or disables encryption for files saved to disk.
Inheritance: Widget
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the CurrentFileWidget class.
public EncryptWidget ( ) : System
Résultat System

Update() public méthode

Updates the widget with new input.
public Update ( ) : void
Résultat void

WidgetActivated() public méthode

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