コード例 #1
0
 public TVRemotePause(EntertainmentDevice device) : base(device)
 {
 }
コード例 #2
0
 public RemoteButton(EntertainmentDevice device)
 {
     this.device = device;
 }
コード例 #3
0
 public RemoteButton(EntertainmentDevice device)
 {
     this.device = device;
 }
コード例 #4
0
 public TVRemotePause(EntertainmentDevice device)
     : base(device)
 {
 }