C# Class FdoToolbox.Base.Controls.PreferenceSheets.BasePreferencesCtl

ファイルを表示 Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
ApplyChanges ( ) : void

Applies the changes.

BasePreferencesCtl ( ) : System

Initializes a new instance of the BasePreferencesCtl class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

ApplyChanges() public method

Applies the changes.
public ApplyChanges ( ) : void
return void

BasePreferencesCtl() public method

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

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void