Example #1
0
 /// <summary>
 /// Change starting options
 /// </summary>
 private void ChboxShowCheckStateChanged(object sender, EventArgs e)
 {
     _showTips = ChboxShow.Checked;
     Configs.ShowStartingTip = _showTips;
     Configs.SaveConfigs();
 }