Exemplo n.º 1
0
 public bool connect_loginServer(string serverIP, int nPortNUM)
 {
     return(m_client.connect_loginServer(serverIP, nPortNUM));
 }