Exemplo n.º 1
0
 internal UtilsRegistryEntry(UtilsRegistryKey parent, string valueName, UtilsRegistryEntryType type)
 {
     _parent = parent;
     _valueName = valueName;
     _type = type;
 }
Exemplo n.º 2
0
 internal UtilsRegistryEntry(UtilsRegistryKey parent, string valueName, UtilsRegistryEntryType type)
 {
     _parent    = parent;
     _valueName = valueName;
     _type      = type;
 }
Exemplo n.º 3
0
 internal UtilsRegistryEntry(UtilsRegistryKey parent, string valueName)
 {
     _parent = parent;
     _valueName = valueName;
     _type = UtilsRegistryEntryType.Normal;
 }
Exemplo n.º 4
0
 internal UtilsRegistryEntry(UtilsRegistryKey parent, string valueName)
 {
     _parent    = parent;
     _valueName = valueName;
     _type      = UtilsRegistryEntryType.Normal;
 }