예제 #1
0
 protected override void OnStopSearch()
 {
     // Disable the search (will notify all nodes of the change)
     MacroFSNode.DisableSearch();
 }
예제 #2
0
 public override void ClearSearch()
 {
     MacroFSNode.DisableSearch();
 }