Ejemplo n.º 1
0
 public P2PHost(IP2PHostHelper h)
 {
     helper = h;
 }
Ejemplo n.º 2
0
 public P2PHost()
 {
     helper = new P2PHostHelper();
 }