public void RemoveAutoRun(AutoRunType type, string applicationName, string executable) { AutoRunServices.RemoveAutoRun(type, applicationName, executable); }
public bool DoesAutoRun(AutoRunType type, string applicationName, string executable) { return(AutoRunServices.DoesAutoRun(type, applicationName, executable)); }