source: extensions/PiwigoLib/PiwigoUpload/Service/LoadFromDirectory.cs @ 12256

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

adding PiwigoUpload project for a simple tools for upload your photo recursively

File size: 308 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace Com.Piwigo.Uploader.Service
7{
8    public class LoadFromDirectory : IService
9    {
10        public void runService()
11        {
12            throw new NotImplementedException();
13        }
14    }
15}
Note: See TracBrowser for help on using the repository browser.