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