Ejemplo n.º 1
0
 internal void setContext(MvcContext wctx)
 {
     ctx    = wctx;
     Link   = new Link(wctx);
     errors = wctx.errors;
     _utils = new ControllerCore(this);
 }
Ejemplo n.º 2
0
 internal void setContext( MvcContext wctx )
 {
     ctx = wctx;
     errors = wctx.errors;
     _utils = new ControllerCore( this );
 }