网络组件代码重构,文件传输标准重写,完成winform适配。其他待完成
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user