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;
        }