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