コード例 #1
0
 public async Task <Storage.FileInfo[]> GetFilesInfoAsync()
 {
     return(await ProcessedDataFilesStorage.GetFilesInfo());
 }