Пример #1
0
 /// <summary>
 /// Do the car command first, then the cdr.
 /// </summary>
 public override void Do()
 {
     mCar.Do();
     mCdr.Do();
 }