ArtOfWords.Models.Salesman.AdsDownloader.AdsDownloader C# (CSharp) Метод

AdsDownloader() публичный Метод

public AdsDownloader ( String DestPath, AdsXmlFormatManager formatManager ) : System
DestPath String
formatManager AdsXmlFormatManager
Результат System
        public AdsDownloader(String DestPath, AdsXmlFormatManager formatManager)
        {
            DestinationDirectoryPath = DestPath;
            _xmlFormatManager = formatManager;
        }