网络组件代码重构,文件传输标准重写,完成winform适配。其他待完成

This commit is contained in:
dathlin
2017-09-13 21:08:18 +08:00
parent 38e7700c5b
commit 8e2e3c8562
9 changed files with 653 additions and 194 deletions

View File

@@ -105,6 +105,10 @@ namespace ClientsLibrary
KeyToken = CommonHeadCode.KeyToken,
};
/// <summary>
/// 客户端的日志纪录对象
/// </summary>
public static HslCommunication.LogNet.ILogNet LogNet { get; set; }
/// <summary>