Exemplo n.º 1
0
 public TVRemotePause(EntertainmentDevice device) : base(device)
 {
 }
Exemplo n.º 2
0
 public RemoteButton(EntertainmentDevice device)
 {
     this.device = device;
 }