초기 커밋.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Inno.Communication.TCP
|
||||
{
|
||||
public class TcpConnectionItem
|
||||
{
|
||||
public string Host { get; set; }
|
||||
public int Port { get; set; }
|
||||
public TcpConnectionItem(string host, int port) { Host = host; Port = port; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user