コード例 #1
0
ファイル: MainSaveFile.cs プロジェクト: rbfloat05/MyHorizons
 // 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);