Exemplo n.º 1
0
 public Connector(string version, bool allowConnections)
 {
     this.connection = new NetCore(version, allowConnections);
       this.connection.PeerConnected += Connection_PeerConnected;
       this.connection.PeerClosed += Connection_PeerClosed;
 }
Exemplo n.º 2
0
 internal void SetCore(NetCore core)
 {
     this.core = core;
 }
Exemplo n.º 3
0
 internal void SetCore(NetCore core)
 {
     this.core = core;
 }