Exemplo n.º 1
0
 public void ConnectToLoginServer(string ip, int port)
 {
     client.Connect(ip, port);
 }