Beispiel #1
0
 private void  InitBlock(Genetibase.NuGenHL7.protocol.impl.NuGenServerSocketStreamSource.Acceptor a, System.Net.Sockets.TcpListener theServer, System.String theAddress, Acceptor enclosingInstance)
 {
     this.a                 = a;
     this.theServer         = theServer;
     this.theAddress        = theAddress;
     this.enclosingInstance = enclosingInstance;
 }
Beispiel #2
0
 public AnonymousClassRunnable(Genetibase.NuGenHL7.protocol.impl.NuGenServerSocketStreamSource.Acceptor a, System.Net.Sockets.TcpListener theServer, System.String theAddress, Acceptor enclosingInstance)
 {
     InitBlock(a, theServer, theAddress, enclosingInstance);
 }