PowerToys/Wox.Plugin/Features/IExclusiveQuery.cs
2015-02-05 22:20:42 +08:00

13 lines
217 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Wox.Plugin.Features
{
public interface IExclusiveQuery
{
bool IsExclusiveQuery(Query query);
}
}