public FruaTlbFile(string fullPath) { _fullPath = fullPath; _header = new FruaTlbFileHeader(); _offsets = new List <uint>(); _images = new List <FruaTlbImage>(); _colorTable = new FruaTlbColorTable(); Bitmaps = new List <Bitmap>(); }
public FruaTlbFile(string fullPath) { _fullPath = fullPath; _header = new FruaTlbFileHeader(); _offsets = new List<uint>(); _images = new List<FruaTlbImage>(); _colorTable = new FruaTlbColorTable(); Bitmaps = new List<Bitmap>(); }