mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Refactoring.
This commit is contained in:
@@ -6,7 +6,12 @@ namespace Wox.Plugin
|
||||
{
|
||||
public interface IPublicAPI
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Push result to query window
|
||||
/// </summary>
|
||||
/// <param name="query"></param>
|
||||
/// <param name="plugin"></param>
|
||||
/// <param name="results"></param>
|
||||
void PushResults(Query query,PluginMetadata plugin, List<Result> results);
|
||||
|
||||
bool ShellRun(string cmd, bool runAsAdministrator = false);
|
||||
|
||||
@@ -8,6 +8,6 @@ namespace Wox.Plugin
|
||||
public enum PluginType
|
||||
{
|
||||
System,
|
||||
ThirdParty
|
||||
User
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user