/// <summary> /// Get Delivery To Next Stage Slip Data /// </summary> /// <param name="pintIssueMasterialMasterId"></param> /// <param name="pintMaxRow"></param> /// <returns></returns> public DataTable GetDelivery2NextSlipData(int pintIssueMasterialMasterId, string pstrMaxRow) { C1PrintPreviewDialogDS objDS = new C1PrintPreviewDialogDS(); return(objDS.GetDelivery2NextSlipData(pintIssueMasterialMasterId, pstrMaxRow)); }