コード例 #1
0
 public FruaTlbFile(string fullPath)
 {
     _fullPath   = fullPath;
     _header     = new FruaTlbFileHeader();
     _offsets    = new List <uint>();
     _images     = new List <FruaTlbImage>();
     _colorTable = new FruaTlbColorTable();
     Bitmaps     = new List <Bitmap>();
 }
コード例 #2
0
ファイル: FruaTlbFile.cs プロジェクト: bsimser/goldbox
 public FruaTlbFile(string fullPath)
 {
     _fullPath = fullPath;
     _header = new FruaTlbFileHeader();
     _offsets = new List<uint>();
     _images = new List<FruaTlbImage>();
     _colorTable = new FruaTlbColorTable();
     Bitmaps = new List<Bitmap>();
 }