初始化版本
This commit is contained in:
23
tongxin/NetWorkHelper/TCP/AxTcpWebClient.cs
Normal file
23
tongxin/NetWorkHelper/TCP/AxTcpWebClient.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Text;
|
||||
|
||||
namespace SocketHelper.TCP
|
||||
{
|
||||
public partial class AxTcpWebClient : Component
|
||||
{
|
||||
public AxTcpWebClient()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public AxTcpWebClient(IContainer container)
|
||||
{
|
||||
container.Add(this);
|
||||
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user