Allow for custom search implementations

This commit is contained in:
jlewin 2019-06-10 13:05:04 -07:00
parent 9650d79e76
commit 4f1793503f

View file

@ -130,7 +130,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
horizontalSplitter.Panel2.Padding = theme.DefaultContainerPadding;
}
private void PerformSearch()
protected virtual void PerformSearch()
{
var matches = new List<TreeNode>();