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