Ignore:
Timestamp:
Aug 30, 2011, 5:24:52 PM (13 years ago)
Author:
bayral
Message:

retrieve tags list and image for a tag.

File:
1 edited

Legend:

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

    r11935 r12015  
    4646                SendUiInfo("Setting up cache data ...");
    4747                ImageCacheManager.Instance.SetCurrentServer(uriServer.AbsoluteUri);
    48            
    4948
     49                SendUiInfo("Retriving list of Tags from server...");
     50                List<PwgTag> lstTag = PwgServiceProvider.Instance.PwgTagsService.GetListOfTag(true);
     51                PwgTagListWPF aTagListWPF = PwgModelManager.Instance.TagsList;
     52                PwgTagListWPFHelper.ConvertPwgTagListToPwgTagListWPF(lstTag, ref aTagListWPF);
    5053            }
    5154            catch (PwgServiceException ex)
Note: See TracChangeset for help on using the changeset viewer.