Esempio n. 1
0
 public bool Switch_behaviour(bool input)
 {
     return(HumanInterfaceDevices.Switch(input)());
 }
Esempio n. 2
0
 public bool Lamp_behaviour(bool input)
 {
     return(HumanInterfaceDevices.Lamp(input)());
 }