Exemplo n.º 1
0
 /// <summary>Creates a new instance of Receiver, associated with the given Connection  </summary>
 public NuGenReceiver(NuGenConnection c, HL7Reader in_Renamed)
 {
     this.conn       = c;
     this.in_Renamed = in_Renamed;
 }
Exemplo n.º 2
0
		/// <summary>Creates a new instance of Receiver, associated with the given Connection  </summary>
		public NuGenReceiver(NuGenConnection c, HL7Reader in_Renamed)
		{
			this.conn = c;
			this.in_Renamed = in_Renamed;
		}