Exemple #1
0
 public bool connect_mainServer(string serverIP, int nPortNUM)
 {
     return(m_client.connect_mainServer(serverIP, nPortNUM));
 }