Exemplo n.º 1
0
 private void Assembler_FileReconstructed(string extendedFileId, FileTransfer.ReconstructedFile file)
 {
     this.attachments.Add(file);
 }
Exemplo n.º 2
0
 public FileEventArgs(FileTransfer.ReconstructedFile file)
 {
     this.File = file;
 }
Exemplo n.º 3
0
 public FileEventArgs(FileTransfer.ReconstructedFile file, bool useRelativePathIfAvailable)
 {
     this.File = file;
     this.useRelativePathIfAvailable = useRelativePathIfAvailable;
 }