This commit is contained in:
Rich 2010-03-26 14:10:16 +00:00
parent ad59b627f0
commit ab43347a92

View File

@ -57,6 +57,8 @@ namespace Sync
private void ClearResults()
{
_CheckedOut = new List<FileCompare>();
dgv.DataSource = null;
Application.DoEvents();
}
private void FindCheckedOut(DirectoryInfo di)
{