This commit is contained in:
2022-06-20 22:16:12 +00:00
parent 4fb17a3778
commit 0e7d1de1ed
6 changed files with 4227 additions and 0 deletions

View File

@@ -57,8 +57,11 @@ namespace AyaNovaQBI
{
MessageBox.Show("Login failed");
btnLogin.Enabled = btnTest.Enabled = true;
this.DialogResult = DialogResult.Cancel;
return;
}
btnLogin.Enabled = btnTest.Enabled = true;
this.DialogResult = DialogResult.OK;