C# Class DeploymentTracker.App.Windows.AppConfigManager

Show file Open project: RyanTBerry/WindowsAzureDeploymentTracker Class Usage Examples

Public Methods

Method Description
AppConfigManager ( ) : System

Initializes a new instance of the AppConfigManager class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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.

Method Details

AppConfigManager() public method

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

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