source: extensions/PiwigoLib/PiwigoWpf/DTO/PwgTagListWPF.cs

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

retrieve tags list and image for a tag.

File size: 256 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Collections.ObjectModel;
6
7namespace Com.Piwigo.Wpf.DTO
8{
9    public class PwgTagListWPF : AsyncObservableCollection<PwgTagWPF> 
10    {
11    }
12}
Note: See TracBrowser for help on using the repository browser.