Beispiel #1
0
 private void  InitBlock(Genetibase.NuGenHL7.protocol.impl.NuGenProcessorImpl processor, Genetibase.NuGenHL7.protocol.NuGenTransportable theResponse, NuGenProcessorImpl enclosingInstance)
 {
     this.processor         = processor;
     this.theResponse       = theResponse;
     this.enclosingInstance = enclosingInstance;
 }
Beispiel #2
0
 public AnonymousClassRunnable(Genetibase.NuGenHL7.protocol.impl.NuGenProcessorImpl processor, Genetibase.NuGenHL7.protocol.NuGenTransportable theResponse, NuGenProcessorImpl enclosingInstance)
 {
     InitBlock(processor, theResponse, enclosingInstance);
 }