Ejemplo n.º 1
0
 public void TurnOnRadio()
 {
     Radio.TurnOn(true);
 }
Ejemplo n.º 2
0
 public Bus(string busNumber, int currentSpeed)
 {
     BusNumber    = busNumber;
     CurrentSpeed = currentSpeed;
     Radio        = new Radio();
 }