new wpf window
This commit is contained in:
@@ -32,7 +32,7 @@ namespace StormChat
|
||||
return;
|
||||
}
|
||||
btnLogin.Enabled = false;
|
||||
StormClient.RequestLogin(txtUser.Text, txtPassword.Text);
|
||||
StormClient.QueueLogin(txtUser.Text, txtPassword.Text);
|
||||
}
|
||||
|
||||
//登录结果处理
|
||||
|
||||
Reference in New Issue
Block a user