Exemple #1
0
 string GetValue(string path, string name)
 {
     return(Verbs.GetValue(path != null ? ID + "\\" + path : ID, name));
 }