Exemplo n.º 1
0
 private void ReadTagTable()
 {
     try { TagTable = new ICCTagTable((byte[])DataBytes.Clone()); }
     catch (Exception ex) { throw new CorruptProfileException("Profile is corrupt", ex); }
 }
Exemplo n.º 2
0
 private void ReadTagTable()
 {
     try { TagTable = new ICCTagTable((byte[])DataBytes.Clone()); }
     catch (Exception ex) { throw new CorruptProfileException("Profile is corrupt", ex); }
 }