예제 #1
0
 public override void OperateMotorCycle(MotorCycleElement concreteElementB)
 {
     Console.WriteLine("Refuel the motorcycle at the gas station. ");
 }
예제 #2
0
 public override void OperateMotorCycle(MotorCycleElement motor)
 {
     Console.WriteLine("Fixing the motorcycle in the Service. ");
 }