Beispiel #1
0
 public void SetDevice(EntertainmentDevice Device)
 {
     this.Device = Device;
 }
Beispiel #2
0
 public RemoreControl(EntertainmentDevice Device)
 {
     this.Device = Device;
 }