ArtOfWords.Models.Salesman.AdsDownloader.AdsDownloader C# (CSharp) Méthode

AdsDownloader() public méthode

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