コード例 #1
0
 public AnonymousClassRunnable(Genetibase.NuGenHL7.protocol.impl.NuGenHL7Server server, System.String theAddress, NuGenHL7Server enclosingInstance)
 {
     InitBlock(server, theAddress, enclosingInstance);
 }
コード例 #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;
 }