Ejemplo n.º 1
0
 /// <summary>
 ///		Envía el mensaje de obtener hijos de un nodo
 /// </summary>
 internal OwnerChildModelCollection LoadOwnerChilds(FileModel file, OwnerChildModel parent)
 {
     return(PluginsManager.LoadOwnerChilds(file, parent));
 }