mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Revert last two commits pushed by @aaroncampf, which will cause build erros.
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Wox.Plugin {
|
||||
public interface IPlugin {
|
||||
List<Result> Query(Query query);
|
||||
void Init(PluginInitContext context);
|
||||
|
||||
/// <summary>
|
||||
/// Used when saving Plug-in settings
|
||||
/// </summary>
|
||||
string PluginId { get; }
|
||||
}
|
||||
namespace Wox.Plugin
|
||||
{
|
||||
public interface IPlugin
|
||||
{
|
||||
List<Result> Query(Query query);
|
||||
void Init(PluginInitContext context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user