示例#1
0
 public void ProcessRequest(HttpContext context)
 {
     this.ActionExecutor = ClownFish.Mvc.TypeExtend.ObjectFactory.New <ActionExecutor>();
     this.ActionExecutor.ProcessRequest(context, this);
 }
		public void ProcessRequest(HttpContext context)
		{
			this.ActionExecutor = ClownFish.Mvc.TypeExtend.ObjectFactory.New<ActionExecutor>();
			this.ActionExecutor.ProcessRequest(context, this);
		}