Example #1
0
 private void processButton_Click(object sender, EventArgs e)
 {
     if (testingParser == null)
     {
         testingParser = new ImgurParser(addToOutputBox);
     }
     testingParser.getImages();
 }
Example #2
0
 private void demotywatoryProcessButton_Click(object sender, EventArgs e)
 {
     if (testingParser == null)
     {
         testingParser = new DemotywatoryParser(addToOutputBox);
     }
     testingParser.getImages();
 }