BKI_DichVuMatDat.NghiepVu.F365_quan_ly_thuong_hs_bo_sung.check_data_is_ok C# (CSharp) Method

check_data_is_ok() private method

private check_data_is_ok ( ) : bool
return bool
        private bool check_data_is_ok()
        {
            if (m_txt_chon_nam.Text == "")
            {
                CHRM_BaseMessages.MsgBox_Error(CONST_ID_MSGBOX.ERROR_CHUA_NHAP_NAM_DE_TINH);
                return false;
            }
            if (m_txt_so_tien.Text == "")
            {
                CHRM_BaseMessages.MsgBox_Error(CONST_ID_MSGBOX.ERROR_CHUA_NHAP_SO_TIEN_DE_TINH);
                return false;
            }
            return true;
            if (m_txt_ly_do_thuong.Text == "")
            {
                CHRM_BaseMessages.MsgBox_Error(CONST_ID_MSGBOX.ERROR_CHUA_NHAP_LY_DO);
                return false;
            }
        }