Exemple #1
0
 public async Task <StorageFile> FontFileName(string fileId)
 {
     return(await BookFolder.GetFileAsync(fileId));
 }
Exemple #2
0
 public async Task <StorageFile> GetBookAsync(BookItem item)
 {
     return(await BookFolder.GetFileAsync(item.FileName));
 }