Example #1
0
 public ReplySlot(Packers.AbstractPacker packer)
 {
     type  = ReplySlotType.SLOT_EMPTY;
     value = packer;
 }
Example #2
0
 public ReplySlot(Packers.AbstractPacker packer)
 {
     type = ReplySlotType.SLOT_EMPTY;
     value = packer;
 }