C# Class GitForce.FormSettings

Inheritance: System.Windows.Forms.Form
Show file Open project: gdevic/GitForce Class Usage Examples

Public Methods

Method Description
FormSettings ( ) : System

Private Methods

Method Description
BtApplyClick ( object sender, EventArgs e ) : void

User clicked on the Apply button - store all changes to the current setting panel, but not to any other. Hitting OK will store all panels. Hitting Cancel will void all changes in any panel done since the last time Apply button was pressed.

BtOkClick ( object sender, EventArgs e ) : void

User clicked on the OK button - apply all modified settings before returning from the dialog

FormSettingsFormClosing ( object sender, FormClosingEventArgs e ) : void

Form is closing.

TreeSectionsAfterSelect ( object sender, TreeViewEventArgs e ) : void

Selecting the tree node brings up the corresponding user control

Method Details

FormSettings() public method

public FormSettings ( ) : System
return System