示例#1
0
 internal void NotifyDecideDestinationWithSuggestedFilename(WebDownload download, string fileName)
 {
     if (FilePath.Length != 0)
     {
         download.setDestination(FilePath, 1);
     }
     else
     {
         download.setDestination(fileName, 1);
     }
 }
示例#2
0
 internal void NotifyDecideDestinationWithSuggestedFilename(WebDownload download, string fileName)
 {
     if (FilePath.Length != 0)
         download.setDestination(FilePath, 1);
     else
         download.setDestination(fileName, 1);
 }