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