Example #1
0
 private void parseImg(string fn)
 {
     p = new parser(Bitmap.FromFile(fn), this);
     p.DoIt();
 }