Exemplo n.º 1
0
 public void OnOff() //Send an init message and start the whole charade
 {
     if (!isOn)
     {
         AsynchronousClient.SendInitMessage();
         isOn = true; //No check for actual successful init
     }
 }