public void EnableAutoStart(AutoStartEntry autoStart) { if (RegistryDisableService == null) { throw new NotImplementedException(); } RegistryDisableService.EnableAutoStart(autoStart); }
public void EnableAutoStart(AutoStartEntry autoStart) { RegistryDisableService.EnableAutoStart(autoStart); }