예제 #1
0
 internal void setContext(MvcContext wctx)
 {
     ctx    = wctx;
     Link   = new Link(wctx);
     errors = wctx.errors;
     _utils = new ControllerCore(this);
 }
예제 #2
0
 internal void setContext( MvcContext wctx )
 {
     ctx = wctx;
     errors = wctx.errors;
     _utils = new ControllerCore( this );
 }