Ejemplo n.º 1
0
 public RemoteButton(EntertainmentDevice newDevice)
 {
     theDevice = newDevice;
 }
 protected RemoteControl(
     EntertainmentDevice entertainmentDevice)
 => EntertainmentDevice = entertainmentDevice;
Ejemplo n.º 3
0
 public DvdRemote(EntertainmentDevice entertainmentDevice) : base(entertainmentDevice)
 {
 }
 public TVRemoteMute(EntertainmentDevice newDevice) : base(newDevice)
 {
 }