Esempio n. 1
0
 public RequestProxry(IPluginApp app, IPlugin plugin)
 {
     this._app     = app;
     this._handler = new RequestHandle(plugin);
 }
Esempio n. 2
0
 public RequestProxry(IPluginApp app, IPlugin plugin)
 {
     this._app = app;
     this._handler = new RequestHandle(plugin);
 }