Exemplo n.º 1
0
 public JSRequest(JSContextPtr context)
 {
     Context    = context;
     IsDisposed = false;
     JSAPI.BeginRequest(Context);
 }