Exemplo n.º 1
0
 public Task <string> GetFileNameFromUserForSave(IEnumerable <FileSpecification> fileSpecifications)
 {
     return(DispatchAsync(() => FileDialogs.SaveFile(fileSpecifications)));
 }