예제 #1
0
 internal void AddBytesProcessed(int bytesRead)
 {
     dccFileInfo.AddBytesTransfered(bytesRead);
     if (OnFileTransferProgress != null)
     {
         OnFileTransferProgress(this, bytesRead);
     }
 }