コード例 #1
0
 public static DownloadInfo Download(string fileName, string folder, bool WithoutExtension = true)
 {
     return(_storage.Download(fileName, folder, WithoutExtension));
 }