Flow.Launcher/Plugins/Flow.Launcher.Plugin.Everything/Everything/SearchResult.cs
2020-04-21 21:27:02 +10:00

8 lines
No EOL
191 B
C#

namespace Flow.Launcher.Plugin.Everything.Everything
{
public class SearchResult
{
public string FullPath { get; set; }
public ResultType Type { get; set; }
}
}