mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Add everything plugin
This commit is contained in:
8
Plugins/Wox.Plugin.Everything/Everything/SearchResult.cs
Normal file
8
Plugins/Wox.Plugin.Everything/Everything/SearchResult.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Wox.Plugin.Everything.Everything
|
||||
{
|
||||
public class SearchResult
|
||||
{
|
||||
public string FullPath { get; set; }
|
||||
public ResultType Type { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user