Ejemplo n.º 1
0
 public void LoadImageCollection(string url, bool?loadChildFolders)
 {
     imageUrl = url;
     Wtml.GetWtmlFile(url, delegate { FireCollectionLoaded(url); }, loadChildFolders);
 }