Example #1
0
 public TVRemotePause(EntertainmentDevice newDevice) : base(newDevice)
 {
 }
 public RemoteButton(EntertainmentDevice newDevice)
 {
     theDevice = newDevice;
 }