优化布局

This commit is contained in:
Kaniu Tayou
2018-12-29 08:28:31 +08:00
parent 688a53a9dd
commit b95581b63c
8 changed files with 63 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace StormChatWPF
StormClient.OnLoginDone += OnHaveLogin;
StormClient.OnGetUserListDone += OnGetContactsList;
StormClient.OnMessage +=OnMessage;//事件挂接
User.DefaultPhoto = new MemoryStream(File.ReadAllBytes(@"../../UI/Resources/默认头像.png"));
User.DefaultPhoto = new MemoryStream(File.ReadAllBytes(@"../../UI/Resources/默认头像.png"));//设定默认头像
}
internal static User CurrentContact { get; set; }//设置当前联系人对象
/// <summary>