Exemplo n.º 1
0
 static void Main(string[] args)
 {
     RobotClient.Connect(new Program(), "127.0.0.1", 60604, 1361778219);
     while (true)
     {
         string msg = Console.ReadLine();
         RobotClient.SendMessage(msg);
     }
 }