- 269 名前:デフォルトの名無しさん mailto:sage [2018/02/02(金) 17:10:00.05 ID:KscOcv/t0.net]
- StorageFile二回目のアクセスで永久await待ち。 なんかDispose処理必要?
StorageFile testFile = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///Assets/TestA.png")); // Open the stream for read. using (var stream = await testFile.OpenAsync(FileAccessMode.Read)) { . . }
|

|