Example #1
0
 public ClientAPICallBackResponse(Page objPage, CallBackTypeCode eCallBackType)
 {
     this.Response     = "";
     this.StatusDesc   = "";
     this.m_objPage    = objPage;
     this.CallBackType = eCallBackType;
 }
 public ClientAPICallBackResponse( Page objPage, CallBackTypeCode eCallBackType )
 {
     this.Response = "";
     this.StatusDesc = "";
     this.m_objPage = objPage;
     this.CallBackType = eCallBackType;
 }