Change from KeywordFilter property to ICustomSearch

This commit is contained in:
John Lewin 2018-12-21 18:35:59 -08:00
parent 28333b5926
commit f88b04b7bc
11 changed files with 78 additions and 47 deletions

View file

@ -61,7 +61,7 @@ namespace MatterHackers.MatterControl.Library
public string StatusMessage { get; set; }
public string KeywordFilter { get; set; } = "";
public ICustomSearch CustomSearch { get; } = null;
public Task<ImageBuffer> GetThumbnail(ILibraryItem item, int width, int height)
{