Exemplo n.º 1
0
 public AnonymousClassRunnable(Genetibase.NuGenHL7.protocol.impl.NuGenHL7Server server, System.String theAddress, NuGenHL7Server enclosingInstance)
 {
     InitBlock(server, theAddress, enclosingInstance);
 }
Exemplo n.º 2
0
 private void  InitBlock(Genetibase.NuGenHL7.protocol.impl.NuGenHL7Server server, System.String theAddress, NuGenHL7Server enclosingInstance)
 {
     this.server            = server;
     this.theAddress        = theAddress;
     this.enclosingInstance = enclosingInstance;
 }