Exemplo n.º 1
0
 public bool TryGetPeer(int peerID, out IPeer peer)
 {
     return(peerGroup.TryGetPeer(peerID, out peer));
 }