﻿function WebFormDoCallback() {
  this.callbackId = null;
  this.success = null;
  this.callback = null;
  this.errorCallback = null;
  this.panelElement = null;
  this.arg = null;
  this.title = null;
}
