Exemplo n.º 1
0
 public string GetString(string key)
 {
     return(NtCore.GetEntryString(m_path + PathSeperatorChar + key));
 }
Exemplo n.º 2
0
 ///<inheritdoc/>
 public string GetString(string key, string defaultValue)
 {
     return(NtCore.GetEntryString(m_path + PathSeperatorChar + key, defaultValue));
 }