示例#1
0
 // TODO: IProgress<float> needs to be passed to load
 if (AcceptsFile(headerPath, filePath) && Load(File.ReadAllBytes(headerPath), File.ReadAllBytes(filePath), null))
示例#2
0
 Load(File.ReadAllBytes(headerPath), File.ReadAllBytes(filePath), null);