Exemplo n.º 1
0
 public void Init()
 {
     _autoStart = new AutoStart("espUrl", System.Reflection.Assembly.GetExecutingAssembly().Location);
     Settings.Default.AutostartWithWindows = _autoStart.IsEnabled();
 }
Exemplo n.º 2
0
 public void Init()
 {
     _autoStart = new AutoStart("espUrl", System.Reflection.Assembly.GetExecutingAssembly().Location);
     Settings.Default.AutostartWithWindows = _autoStart.IsEnabled();
 }