Esempio n. 1
0
 public TVRemotePause(EntertainmentDevice newDevice) : base(newDevice)
 {
 }
Esempio n. 2
0
 public RemoteButton(EntertainmentDevice newDevice)
 {
     theDevice = newDevice;
 }