DeploymentTracker.App.Windows.AppConfigManager.BtnAddTFS_Click C# (CSharp) Method

BtnAddTFS_Click() private method

Handles the Click event of the btnAddTFS control.
private BtnAddTFS_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void
        private void BtnAddTFS_Click(object sender, EventArgs e)
        {
            this.ShowTFSConnectionStringManager(OperationType.Add);
        }