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