/// <summary> /// Do the car command first, then the cdr. /// </summary> public override void Do() { mCar.Do(); mCdr.Do(); }