protected void onRequestSuccess(object o, JsString s, jqXHR arg3)
 {
 }
Beispiel #2
0
 protected void onRequestFailed(JsError jsError, JsString jsString, jqXHR arg3)
 {
     jsUtils.inst.hideLoading();
 }
 protected void onRequestFailed(JsError jsError, JsString jsString, jqXHR arg3)
 {
 }
 private static void Success(object o, JsString jsString, jqXHR arg3)
 {
     throw new NotImplementedException();
 }