C# Class DirkSarodnick.GoogleSync.Addin.SyncOptionsForm

Afficher le fichier Open project: d03n3rfr1tz3/GoogleSync Class Usage Examples

Méthodes publiques

Méthode Description
LoadOptions ( ) : void

Loads the options.

SaveOptions ( ) : void

Saves the options.

SyncOptionsForm ( ) : System

Initializes a new instance of the SyncOptionsForm class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SyncOptions_Load ( object sender, EventArgs e ) : void

Handles the Load event of the SyncOptions control.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnOK_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnOK control.

Method Details

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

LoadOptions() public méthode

Loads the options.
public LoadOptions ( ) : void
Résultat void

SaveOptions() public méthode

Saves the options.
public SaveOptions ( ) : void
Résultat void

SyncOptionsForm() public méthode

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