网络组件更新,日志组件重新设计,查看日志更方便,网络类名称重新组织

This commit is contained in:
dathlin
2017-09-02 22:35:02 +08:00
parent b0f81c4a7c
commit b1852df1e4
12 changed files with 1549 additions and 1106 deletions

View File

@@ -17,7 +17,7 @@ using ClientsLibrary;
/***************************************************************************************
*
* 模版日期 2017-06-16
* 模版日期 2017-09-02
* 创建人 胡少林
* 版权所有 胡少林
* 授权说明 模版仅授权个人使用如需商用请联系hsl200909@163.com洽谈
@@ -201,7 +201,7 @@ namespace 软件系统客户端模版
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
using (FormLog flg = new FormLog())
using (FormLogView flg = new FormLogView())
{
flg.ShowDialog();
}
@@ -309,7 +309,7 @@ namespace 软件系统客户端模版
#region
private Net_Socket_Client net_socket_client = new Net_Socket_Client();
private NetComplexClient net_socket_client = new NetComplexClient();
private void Net_Socket_Client_Initialization()
{