Add everything plugin

This commit is contained in:
qianlifeng
2015-01-26 19:06:03 +08:00
parent 7821f41723
commit 6ee6cd3977
35 changed files with 3599 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace Wox.Plugin.Everything.Everything
{
public class SearchResult
{
public string FullPath { get; set; }
public ResultType Type { get; set; }
}
}