Exemplo n.º 1
0
 public bool CreateRobotClient(string Address, int port)
 {
     robotClient = new RobotClient();
     robotClient.Create(Address, port);
     return(robotClient.Connect());
 }