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

BtnCancel_Click() private method

Handles the Click event of the BtnCancel control.
private BtnCancel_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 BtnCancel_Click(object sender, EventArgs e)
        {
            this.Close();
        }