Beispiel #1
0
 /// <summary>
 ///   Clears the context finder.
 /// </summary>
 public void ClearContextFind()
 {
     ContextFindList.Clear();
 }
Beispiel #2
0
 /// <summary>
 ///   Adds a context to the finder.
 /// </summary>
 /// <param name = "contextName">Name of the context.</param>
 public void AddContextFind(string contextName)
 {
     ContextFindList.Add(contextName);
 }