C# Class GitScc.Blinkbox.Options.BlinkboxOptionsControl

Generates the UI for the Blinkbox Options Panel.
Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: blinkbox/Git-Source-Control-Provider

Public Methods

Method Description
BlinkboxOptionsControl ( ) : System

Initializes a new instance of the BlinkboxOptionsControl class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Handles the Click event of the gitTfsPathBrowse control.

InitializeComponent ( ) : void

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

OpenFile ( string shexe, TextBox textBox ) : void

Opens the file.

PostCommitDeployProjectNameTextbox_TextChanged ( object sender, EventArgs e ) : void

Update labels with the name of the postCommitDeploy project.

Save ( ) : void

Saves options.

SccProviderOptionsControl_Load ( object sender, EventArgs e ) : void

Page Load Event.

Method Details

BlinkboxOptionsControl() public method

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

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
return void