Ejemplo n.º 1
0
 public JsDocument(HostJs je, string jsroot)
 {
     _commlib    = jsroot;
     _runtimelib = jsroot + HostJsConstants.COMPILED_ROOT_PATH;
     _jsroot     = jsroot;
     jse         = je;
 }
Ejemplo n.º 2
0
 public JsDocument(HostJs je, string jsroot, string commlibpath, string runtimelibpath)
 {
     _commlib    = commlibpath;
     _runtimelib = runtimelibpath;
     _jsroot     = jsroot;
     jse         = je;
 }