mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Refactoring proxy, part 2
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace Wox.Plugin
|
||||
using System;
|
||||
|
||||
namespace Wox.Plugin
|
||||
{
|
||||
public class PluginInitContext
|
||||
{
|
||||
@@ -8,7 +10,5 @@
|
||||
/// Public APIs for plugin invocation
|
||||
/// </summary>
|
||||
public IPublicAPI API { get; set; }
|
||||
|
||||
public IHttpProxy Proxy { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user