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