Added Ability to Sort Results by SourceSafe date or Development Date

This commit is contained in:
Rich
2016-01-20 20:14:22 +00:00
parent 8a1e5caff2
commit 116e10218d
4 changed files with 53 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ using System.IO;
namespace Sync
{
class FileCompare
public class FileCompare
{
private FileInfo _Developement;
private FileInfo _SourceSafe;