Beispiel #1
0
 /// <summary>
 /// Occurs whenever the auto cycle should change (because of a button press).
 /// </summary>
 private static void LcdDisplay_AutoCycleChanged(object sender, CycleEventArgs e)
 {
     Settings.G15.UseCharactersCycle = e.Cycle;
 }
Beispiel #2
0
 /// <summary>
 /// Occurs whenever the auto cycle should change (because of a button press).
 /// </summary>
 private static void LcdDisplay_AutoCycleChanged(object sender, CycleEventArgs e)
 {
     Settings.G15.UseCharactersCycle = e.Cycle;
 }