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