C# Класс DeploymentTracker.App.Windows.AppConfigManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppConfigManager ( ) : System

Initializes a new instance of the AppConfigManager class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

AppConfigManager() публичный Метод

Initializes a new instance of the AppConfigManager class.
public AppConfigManager ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void