new wpf window

This commit is contained in:
Kaniu Tayou
2018-12-15 21:11:56 +08:00
parent a953aca9f1
commit 2177952236
13 changed files with 469 additions and 1 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);
}
//登录结果处理