网络组件代码重构,文件传输标准重写,完成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

@@ -13,6 +13,7 @@ using HslCommunication;
using HslCommunication.Enthernet;
using HslCommunication.BasicFramework;
using ClientsLibrary;
using HslCommunication.LogNet;
/***************************************************************************************
@@ -46,6 +47,9 @@ namespace 软件系统客户端模版
public FormMainWindow()
{
InitializeComponent();
// 处理异常
UserClient.LogNet = new LogNetDateTime(Application.StartupPath + @"\Logs", GenerateMode.ByEveryDay);
}
#region
@@ -661,7 +665,6 @@ namespace 软件系统客户端模版
#endregion
}
}