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