mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
8 lines
148 B
C#
8 lines
148 B
C#
namespace Wox.Core.Plugin.QueryDispatcher
|
|
{
|
|
internal interface IQueryDispatcher
|
|
{
|
|
void Dispatch(Wox.Plugin.Query query);
|
|
}
|
|
}
|