示例#1
0
        public ScrapeDataDeli Builder()
        {
            ScrapeDataDeli scrapeDataDeli = new ScrapeDataDeli();

            scrapeDataDeli.Regex       = _regex;
            scrapeDataDeli.RegexOption = _regexOption;
            return(scrapeDataDeli);
        }
示例#2
0
 public ScrapeGradilec WithPart(ScrapeDataDeli bolhaPart)
 {
     _part.Add(bolhaPart);
     return(this);
 }