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

Enables or disables encryption for files saved to disk.
Наследование: Widget
Показать файл Открыть проект

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

Метод Описание
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