用户头像显示

This commit is contained in:
Kaniu Tayou
2018-12-25 22:45:58 +08:00
parent 8ec162c5df
commit 96c128b295
13 changed files with 137 additions and 102 deletions
@@ -29,9 +29,8 @@ namespace StormChatWPF
}
private void Login_button_Click(object sender, RoutedEventArgs e)
{
Login_button.IsEnabled = false;
Chat.Log(AccountBox.Text,passwordBox.Password);
}
}
}