This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user