コード例 #1
0
 public static void SetFileIndex(string idxPath, string mulPath)
 {
     m_FileIndex = new SecondFileIndex(idxPath, mulPath, 0x4000);
     m_Cache     = new Bitmap[0x4000];
 }
コード例 #2
0
 public static void SetFileIndex(string idxPath, string mulPath)
 {
     m_FileIndex = new SecondFileIndex(idxPath, mulPath, 0x4000);
     m_Cache = new Bitmap[0x4000];
 }