using System; namespace Com.Piwigo.Lib.IService { public interface IPwgSetupService { void Setup(String PwgUserAgent, Int16? PwgTimeOutInSecond, Uri serverURI); } }