mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02: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);
|
|||
|
|
}
|
|||
|
|
}
|