コード例 #1
0
 public RequestProxry(IPluginApp app, IPlugin plugin)
 {
     this._app     = app;
     this._handler = new RequestHandle(plugin);
 }
コード例 #2
0
ファイル: RequestProxry.cs プロジェクト: coodream/cms
 public RequestProxry(IPluginApp app, IPlugin plugin)
 {
     this._app = app;
     this._handler = new RequestHandle(plugin);
 }