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