Example #1
0
 public Extractor()
 {
     All = AmazonReader.ReadFile(DAWKA_PLIKU);
     if (CONSOLE_OUTPUT)
     {
         Console.WriteLine("Successfully parsed " + All.Count + " items");
     }
 }
 public Extractor(int dawkaPliku)
 {
     All = AmazonReader.ReadFile(dawkaPliku);
     if (CONSOLE_OUTPUT)
     {
         Console.WriteLine("Successfully parsed " + All.Count + " items");
     }
 }