source: extensions/PiwigoLib/PiwigoWpf/DTO/PwgAlbumListWPF.cs @ 12336

Last change on this file since 12336 was 12336, checked in by bayral, 13 years ago

rename category to Albums

File size: 380 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Collections.ObjectModel;
6using System.ComponentModel;
7
8namespace Com.Piwigo.Wpf.DTO
9{
10    public class PwgAlbumListWPF : AsyncObservableCollection<PwgAlbumWPF> 
11    {}
12
13    public class PwgRootAlbumListWPF : AsyncObservableCollection<PwgRootAlbumWPF>
14    { }
15
16}
Note: See TracBrowser for help on using the repository browser.