Ejemplo n.º 1
0
 public static void AddFolderSetting(string path, string Key, Type type, object Value)
 {
     //bool res = WaitForPath(path);
     _database.AddFolderSetting(path, Key, type, Value);
 }