private void RunAtStartup() { try { ChoApplication.RunAtSystemStartup(!this._runAtStartupContextMenuItem.Checked); } catch { } }
private void RunAtStartup() { try { ChoApplication.RunAtSystemStartup("{0}_I".FormatString(ChoGlobalApplicationSettings.Me.ApplicationNameWithoutExtension), ChoAssembly.GetEntryAssembly().Location, !this._runAtStartupContextMenuItem.Checked); } catch { } }