Ignore:
Timestamp:
Aug 5, 2011, 5:00:07 PM (13 years ago)
Author:
bayral
Message:

WPF inprovement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/Command/PwgCmdGetImageforCategory.cs

    r11905 r11911  
    2424                {
    2525                    catParam = (PwgCategoryWPF)parameter;
     26                    ImageCacheManager.Instance.SetCurrentCategory(catParam.Id.ToString());
    2627
    2728                    List<PwgImage> lstImg = PwgServiceProvider.Instance.PwgCategoriesService.GetListOfImagesFormCategory(catParam.Id, false, null, null, null, null, null, null, null, null, null, null, null, null, null, true, ref aPage, ref aPerPage, ref  acount);
Note: See TracChangeset for help on using the changeset viewer.