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

BtnEditTFS_Click() private method

Handles the Click event of the btnEditTFS control.
private BtnEditTFS_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 BtnEditTFS_Click(object sender, EventArgs e)
        {
            this.ShowTFSConnectionStringManager(OperationType.Edit);
        }