root/extensions/PiwigoLib/PiwigoWpf/DTO/PwgImageListWPF.cs @ 7150

Revision 7150, 248 bytes (checked in by bayral, 3 years ago)

Piwigolib is now modify for mask the implementation of proxy.
Add start version of piwigo WPF

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    class PwgImageListWPF : ObservableCollection<PwgImageWPF> 
10    {
11    }
12}
Note: See TracBrowser for help on using the browser.