public AddReagentTip(AddReagentLiquidTransfer addReagent, ProcessWell processWell)
 {
     AddReagent = addReagent.AddReagent;
     TargetWell = processWell;
 }
예제 #2
0
 public DistributeSampleTip(DistributeSampleLiquidTransfer distributeSample, ProcessWell targetWell)
 {
     DistributeSample = distributeSample.Distribute;
     TargetWell       = targetWell;
     SourceWell       = distributeSample.TubeRunner.Samples.AsEnumerable().FirstOrDefault(w => w.Sample == targetWell.Sample);
 }