Example #1
0
 public TVRemotePause(EntertainmentDevice device) : base(device)
 {
 }
Example #2
0
 public RemoteButton(EntertainmentDevice device)
 {
     this.device = device;
 }