예제 #1
0
 private void SwitchBox_SwitchPGNreceived(object sender, PGN32618.SwitchPGNargs e)
 {
     SwON = e.Switches;
     UpdateSwitches();
 }
예제 #2
0
파일: clsSections.cs 프로젝트: SK21/AOG_RC
 private void SwitchBox_SwitchPGNreceived(object sender, PGN32618.SwitchPGNargs e)
 {
     // switch box switches have changed
     SendStatusUpdate();
 }