C# Class DirkSarodnick.GoogleSync.Addin.SyncOptionsForm

Show file Open project: d03n3rfr1tz3/GoogleSync Class Usage Examples

Public Methods

Method Description
LoadOptions ( ) : void

Loads the options.

SaveOptions ( ) : void

Saves the options.

SyncOptionsForm ( ) : System

Initializes a new instance of the SyncOptionsForm class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

LoadOptions() public method

Loads the options.
public LoadOptions ( ) : void
return void

SaveOptions() public method

Saves the options.
public SaveOptions ( ) : void
return void

SyncOptionsForm() public method

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