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