コード例 #1
0
 public void EnableAutoStart(AutoStartEntry autoStart)
 {
     if (RegistryDisableService == null)
     {
         throw new NotImplementedException();
     }
     RegistryDisableService.EnableAutoStart(autoStart);
 }
コード例 #2
0
 public void EnableAutoStart(AutoStartEntry autoStart)
 {
     RegistryDisableService.EnableAutoStart(autoStart);
 }