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

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

Connection à partir de wpf

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