Ejemplo n.º 1
0
 public void Initialize(ICTcpConnection conn)
 {
     tcpConnection = conn;
     tcpConnection.Connect("172.20.120.146", 26001);
 }