细节优化,代码优化,v1.5.3

This commit is contained in:
dathlin
2017-10-02 11:04:37 +08:00
parent 9674029e3e
commit e8da50fda8
6 changed files with 20 additions and 50 deletions

View File

@@ -44,7 +44,7 @@ namespace CommonLibrary
*
**************************************************************************/
SoftBasic.FrameworkVersion = new SystemVersion("1.5.2");
SoftBasic.FrameworkVersion = new SystemVersion("1.5.3");
}

View File

@@ -43,6 +43,9 @@ namespace CommonLibrary
*
*******************************************************************************************/
#region 1.1.X
public static NetHandle { get; } = new NetHandle(1, 1, 00001);
public static NetHandle { get; } = new NetHandle(1, 1, 00002);
public static NetHandle { get; } = new NetHandle(1, 1, 00003);
@@ -67,6 +70,7 @@ namespace CommonLibrary
public static NetHandle { get; } = new NetHandle(1, 1, 00022);
#endregion
/*******************************************************************************************
@@ -75,6 +79,9 @@ namespace CommonLibrary
*
*******************************************************************************************/
#region 1.2.X
public static NetHandle { get; } = new NetHandle(1, 2, 00001);//1.2.开头的是日志请求和清空
public static NetHandle { get; } = new NetHandle(1, 2, 00002);
@@ -96,6 +103,7 @@ namespace CommonLibrary
public static NetHandle { get; } = new NetHandle(1, 2, 00018);
#endregion
/**************************************************************************************