Ejemplo n.º 1
0
 /// <summary>
 /// Uses Path to find AFAttribute.
 /// </summary>
 /// <param name="Path">The full Path to the AFAttribute.</param>
 /// <returns></returns>
 public static AFAttribute FindByPath(Connection Connection, string Path)
 {
     return(_AttrLoader.FindByPath(Connection, Path));
 }