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