예제 #1
0
 internal static void MemoryVFileOpen(ref VFile file)
 {
     file      = new MemoryVFile();
     file.Type = 1;
 }
예제 #2
0
파일: 30.VFile.cs 프로젝트: BclEx/GpuData
 internal static void MemoryVFileOpen(ref VFile file)
 {
     file = new MemoryVFile();
     file.Type = 1;
 }