Ignore:
Timestamp:
Aug 12, 2011, 4:32:33 PM (13 years ago)
Author:
bayral
Message:

root category handled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/DTO/PwgCategoryListWPF.cs

    r11911 r11935  
    44using System.Text;
    55using System.Collections.ObjectModel;
     6using System.ComponentModel;
    67
    78namespace Com.Piwigo.Wpf.DTO
    89{
    910    public class PwgCategoryListWPF : AsyncObservableCollection<PwgCategoryWPF>
    10     {
    11     }
     11    {}
     12
     13    public class PwgRootCategoryListWPF : AsyncObservableCollection<PwgRootCategoryWPF>
     14    { }
     15
    1216}
Note: See TracChangeset for help on using the changeset viewer.