public frmInMedicineCancelCallOutStorageInfo(clsCtl_InMedicineWithdrawMakerBill p_objCtlMedicineWithdrawMakerBill,
                                              string p_strStorageID,
                                              string p_strStoreRoomName) : this()
 {
     m_objCtlMedicineWithdrawMakerBill = p_objCtlMedicineWithdrawMakerBill;
     m_strStorageID     = p_strStorageID;
     m_strStoreRoomName = p_strStoreRoomName;
 }
 public void m_mthSetMakerBillCtrl(clsCtl_InMedicineWithdrawMakerBill p_objCtlMedicineWithdrawMakerBill)
 {
     m_objCtlMedicineWithdrawMakerBill = p_objCtlMedicineWithdrawMakerBill;
     m_objViewerMakerBill = m_objCtlMedicineWithdrawMakerBill.m_objViewer;
 }