示例#1
0
 public void setResponseMethodObject(JSONResponseMethodObject method)
 {
     _ResponseMethodObject = method;
 }
示例#2
0
 public JSONResponse(string url, JSONResponseMethodObject method)
     : base(url)
 {
     this._ResponseMethodObject = method;
     _JSONObject = new JsonObject();
 }