SIL.FieldWorks.IText.ConcordanceControl.ClearResults C# (CSharp) 메소드

ClearResults() 개인적인 메소드

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
리턴 void
		private void ClearResults()
		{
			LoadMatches(false);
		}