ArtOfWords.Models.Salesman.AdsDownloader.AdsDownloader C# (CSharp) Method

AdsDownloader() public method

public AdsDownloader ( String DestPath, AdsXmlFormatManager formatManager ) : System
DestPath String
formatManager AdsXmlFormatManager
return System
        public AdsDownloader(String DestPath, AdsXmlFormatManager formatManager)
        {
            DestinationDirectoryPath = DestPath;
            _xmlFormatManager = formatManager;
        }