C# Класс FdoToolbox.Base.Controls.PreferenceSheets.BasePreferencesCtl

Показать файл Открыть проект

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

Метод Описание
ApplyChanges ( ) : void

Applies the changes.

BasePreferencesCtl ( ) : System

Initializes a new instance of the BasePreferencesCtl class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
BasePreferencesCtl_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnFdo_Click ( object sender, EventArgs e ) : void
btnLog_Click ( object sender, EventArgs e ) : void
btnSession_Click ( object sender, EventArgs e ) : void
btnWorking_Click ( object sender, EventArgs e ) : void

Описание методов

ApplyChanges() публичный Метод

Applies the changes.
public ApplyChanges ( ) : void
Результат void

BasePreferencesCtl() публичный Метод

Initializes a new instance of the BasePreferencesCtl class.
public BasePreferencesCtl ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void