mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
8 lines
181 B
C#
8 lines
181 B
C#
namespace Wox.Plugin.Everything.Everything
|
|
{
|
|
public class SearchResult
|
|
{
|
|
public string FullPath { get; set; }
|
|
public ResultType Type { get; set; }
|
|
}
|
|
} |