Exemple #1
0
 public void Connect(string ip, int port)
 {
     m_peer.Connect(ip, port);
 }