PowerToys/Plugins/Wox.Plugin.Everything/Everything/SearchResult.cs

8 lines
181 B
C#
Raw Normal View History

2015-01-26 19:06:03 +08:00
namespace Wox.Plugin.Everything.Everything
{
public class SearchResult
{
public string FullPath { get; set; }
public ResultType Type { get; set; }
}
}