コード例 #1
0
ファイル: G15Handler.cs プロジェクト: henrikja/EVEMon
 /// <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;
 }
コード例 #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;
 }