Example #1
0
 public override void CreateKey(baseKey RootKey, string key)
 {
     if (this.IsConnected)
     {
         try
         {
             RegistryMethod.CreateKey(connectionScope, RootKey, key);
         }
         catch (Exception err)
         {
             throw err;
         }
     }
 }