Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.29 KB | None | 0 0
  1. if (
  2.     (!_configService.RemoveCompletedDownloads ||
  3.      message.TrackedDownload.DownloadItem.Removed ||
  4.      message.TrackedDownload.DownloadItem.Status == DownloadItemStatus.Downloading) &&
  5.      (message.TrackedDownload.DownloadItem.IsReadOnly || !_configService.CopyUsingHardlinks)
  6. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement