commenly commit

This commit is contained in:
2018-12-15 21:10:10 +08:00
parent d20536e09a
commit 84052a0622
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ namespace StormChat
return;
}
btnLogin.Enabled = false;
StormClient.RequestLogin(txtUser.Text, txtPassword.Text);
StormClient.QueueLogin(txtUser.Text, txtPassword.Text);
}
//登录结果处理