Exemple #1
0
 public void ProgramLights()
 {
     ProgramIds.UpdateLockedLights(Buttons[6].State);
 }
Exemple #2
0
        public void ProgramButtonPressed(uint button)
        {
            var modifiedButton = button | (Buttons[6].State ? (uint)SwscButton.Shift1 : 0);

            ProgramIds.ButtonPressed(modifiedButton);
        }