示例#1
0
 public AndLast(IBlowJobBehavior behavior, int last, PartName partName)
 {
     this.Behavior = behavior;
     this.Last = last;
     PartName = partName;
 }
示例#2
0
 public Multi(IBlowJobBehavior[] muls)
 {
     behaviors = muls;
 }