Exemplo n.º 1
0
 public void SetDevice(EntertainmentDevice Device)
 {
     this.Device = Device;
 }
Exemplo n.º 2
0
 public RemoreControl(EntertainmentDevice Device)
 {
     this.Device = Device;
 }