mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
structure change
This commit is contained in:
@@ -5,6 +5,6 @@ namespace WinAlfred.Plugin
|
||||
public interface IPlugin
|
||||
{
|
||||
List<Result> Query(Query query);
|
||||
void Init();
|
||||
void Init(PluginInitContext context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user