Ejemplo n.º 1
0
 public LargeIcon(BinaryReader br)
 {
     Bytes = br.ReadBytes(0x1200);
     Icon  = BCLIM.getIMG(48, 48, Bytes, 0x5);
 }
Ejemplo n.º 2
0
 public SmallIcon(BinaryReader br)
 {
     Bytes = br.ReadBytes(0x480);
     Icon  = BCLIM.getIMG(24, 24, Bytes, 0x5);
 }