SIL.FieldWorks.IText.ConcordanceControl.ClearResults C# (CSharp) Method

ClearResults() private method

Instead of reloading the list, clear the results if we are needing a reload. This will force the user to hit 'Search' explicitly, to prevent automatic reloading when the search might take a long time. LT-6967
private ClearResults ( ) : void
return void
		private void ClearResults()
		{
			LoadMatches(false);
		}