Exemplo n.º 1
0
 void ProcessFoundByFilePath(FileObjectMapping file, KeyValuePair <string, string> found)
 {
     if (found.Value.Equals(file.Checksum))
     {
         Equal.Add(file.FilePath);
     }
     else
     {
         Update.Add(file.FilePath);
     }
 }