Esempio n. 1
0
 internal BcdObject(BaseStorage store, Guid id)
 {
     _storage = store;
     _id      = id;
     _type    = _storage.GetObjectType(id);
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the Store class.
 /// </summary>
 /// <param name="key">The registry key that is the root of the configuration database</param>
 public Store(RegistryKey key)
 {
     _store = new KDMRegistryStorage(key);
 }