This commit is contained in:
2022-06-30 23:04:54 +00:00
parent aa4f17416f
commit 79609d64b4
4 changed files with 12 additions and 5 deletions

View File

@@ -39,5 +39,11 @@ namespace AyaNovaQBI
this.lblCompany.Text = _CompanyName;
this.lblPath.Text = _CompanyPath;
}
private void btnOK_Click(object sender, EventArgs e)
{
this.DialogResult = DialogResult.OK;
this.Close();
}
}
}