Example #1
0
 private void cbShowNumberLock_CheckedChanged(object sender, EventArgs e)
 {
     Param.ShowNumberLockIcon = cbShowNumberLock.Checked;
     OptionSet.Option.SaveNumlockOption(Param.ShowNumberLockIcon);
     NotifyIconManager.SetNumberLockStatus(true);
 }
Example #2
0
 public HideForm()
 {
     InitializeComponent();
     NotifyIconManager.InitNotifyIcon();
 }