コード例 #1
0
ファイル: Profile.cs プロジェクト: RajibTheKing/DesktopClient
 private void ReadTagTable()
 {
     try { TagTable = new ICCTagTable((byte[])DataBytes.Clone()); }
     catch (Exception ex) { throw new CorruptProfileException("Profile is corrupt", ex); }
 }
コード例 #2
0
 private void ReadTagTable()
 {
     try { TagTable = new ICCTagTable((byte[])DataBytes.Clone()); }
     catch (Exception ex) { throw new CorruptProfileException("Profile is corrupt", ex); }
 }