structure change

This commit is contained in:
qianlifeng
2014-01-03 23:52:36 +08:00
parent 1eb3f449e2
commit dc51bc39ab
27 changed files with 289 additions and 257 deletions

View File

@@ -5,6 +5,6 @@ namespace WinAlfred.Plugin
public interface IPlugin
{
List<Result> Query(Query query);
void Init();
void Init(PluginInitContext context);
}
}