Method | Description | |
---|---|---|
AppConfigManager ( ) : System |
Initializes a new instance of the AppConfigManager class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AppConfigManager_Load ( object sender, EventArgs e ) : void |
Handles the Load event of the AppConfigManager control.
|
|
BtnAddTFS_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnAddTFS control.
|
|
BtnCancel_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the BtnCancel control.
|
|
BtnDeleteTFS_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnDeleteTFS control.
|
|
BtnEditTFS_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnEditTFS control.
|
|
BtnSave_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnSave control.
|
|
BtnShowFolder_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnShowFolder control.
|
|
CheckForNoRows ( ) : void | ||
DgvTFSsettings_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void |
Handles the CellDoubleClick event of the dgvTFSsettings control.
|
|
DgvTFSsettings_SelectionChanged ( object sender, EventArgs e ) : void |
Handles the SelectionChanged event of the dgvTFSsettings control.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadSettings ( ) : void |
Loads the settings.
|
|
ShowTFSConnectionStringManager ( OperationType operation ) : void |
Shows the TFS connection string manager.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |