source: extensions/PiwigoLib/PiwigoLib/IService/IPwgSetupService.cs @ 11850

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

MAj des truc existant et debut du upload de fichier

File size: 196 bytes
Line 
1using System;
2namespace Com.Piwigo.Lib.IService
3{
4    public interface IPwgSetupService
5    {
6        void Setup(String PwgUserAgent, Int16? PwgTimeOutInSecond, Uri serverURI);
7    }
8}
Note: See TracBrowser for help on using the repository browser.