头像功能完善,头像同步更新机制,BUG修复,接下来一段时间针对代码重构,v1.6.9

This commit is contained in:
dathlin
2017-10-10 21:58:53 +08:00
parent 1c4181363e
commit ac410692c1
49 changed files with 751 additions and 542 deletions

View File

@@ -45,7 +45,7 @@ namespace CommonLibrary
*
**************************************************************************/
SoftBasic.FrameworkVersion = new SystemVersion("1.6.8");
SoftBasic.FrameworkVersion = new SystemVersion("1.6.9");
}

View File

@@ -139,6 +139,9 @@ namespace CommonLibrary
public static NetHandle { get; } = new NetHandle(2, 1, 00005);
public static NetHandle { get; } = new NetHandle(2, 1, 00006);
public static NetHandle { get; } = new NetHandle(2, 1, 00007);
public static NetHandle 线 { get; } = new NetHandle(2, 1, 00008);
public static NetHandle 线 { get; } = new NetHandle(2, 1, 00009);
public static NetHandle { get; } = new NetHandle(2, 1, 00010);
/**************************************************************************************