Exemplo n.º 1
0
 public void SetEnterDevice(EnterDevice enterDevice)
 {
     this.enterDevice = enterDevice;
 }
Exemplo n.º 2
0
 public RemoteControl(EnterDevice device)
 {
     this.Device = device;
 }
Exemplo n.º 3
0
 public RemoteControl(EnterDevice enterDevice)
 {
     this.enterDevice = enterDevice;
 }