Example #1
0
 internal override void LocateKey()
 {
     try
     {
         Utilities.FindKeyInRegistry(Key.ToString());
     }
     catch { }
 }
Example #2
0
 internal override void LocateKey()
 {
     try
     {
         Utilities.FindKeyInRegistry(Key.ToString());
     }
     catch (Exception ex)
     {
         ErrorLogger.LogError("RegistryStartupItem.LocateKey", ex.Message, ex.StackTrace);
     }
 }