Refactoring proxy, part 2

This commit is contained in:
bao-qian
2016-06-19 16:18:43 +01:00
parent 764a372e9f
commit 3efeb4a0a6
41 changed files with 98 additions and 146 deletions

View File

@@ -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; }
}
}