コード例 #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();
 }