Esempio n. 1
0
 public SectionDecoder(String sectionFile, int id)
 {
     this.decoded       = false;
     this.id            = id;
     this.sectionBitmap = new Bitmap(Image.FromFile(sectionFile));
     this.data          = new DecodedSectionData();
 }
Esempio n. 2
0
 public SectionDecoder(String sectionFile, int id)
 {
     this.decoded = false;
     this.id = id;
     this.sectionBitmap = new Bitmap(Image.FromFile(sectionFile));
     this.data = new DecodedSectionData();
 }