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

Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
ApplyChanges ( ) : void

Applies the changes.

BasePreferencesCtl ( ) : System

Initializes a new instance of the BasePreferencesCtl class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Applies the changes.
public ApplyChanges ( ) : void
Résultat void

BasePreferencesCtl() public méthode

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

Dispose() protected méthode

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