This commit is contained in:
parent
ad59b627f0
commit
ab43347a92
@ -57,6 +57,8 @@ namespace Sync
|
||||
private void ClearResults()
|
||||
{
|
||||
_CheckedOut = new List<FileCompare>();
|
||||
dgv.DataSource = null;
|
||||
Application.DoEvents();
|
||||
}
|
||||
private void FindCheckedOut(DirectoryInfo di)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user