Esempio n. 1
0
 public void RemoveAutoRun(AutoRunType type, string applicationName, string executable)
 {
     AutoRunServices.RemoveAutoRun(type, applicationName, executable);
 }
Esempio n. 2
0
 public bool DoesAutoRun(AutoRunType type, string applicationName, string executable)
 {
     return(AutoRunServices.DoesAutoRun(type, applicationName, executable));
 }