コード例 #1
0
 /// <summary>Verify a file can be transfered</summary>
 /// <param name="source">The Source file</param>
 /// <param name="target">The Destination file</param>
 /// <returns>true if the file can be transfered</returns>
 public bool CanTransferFile(BrowserFileInfo source, BrowserFileInfo target)
 {
     return(FileTransferPresenter.CanTransferFile(source, target));
 }