BKI_DichVuMatDat.NghiepVu.ThuNhapKhac.f356_tnk_chi_tiet_quy_thu_nhap_khac_detail.check_valid_data C# (CSharp) Method

check_valid_data() private method

private check_valid_data ( ) : bool
return bool
        private bool check_valid_data()
        {
            var v_bol_is_ok = CHRMCommon.validate_control_empty(m_sle_chon_nhan_vien, m_txt_he_so, m_txt_so_tien, m_txt_so_tien_nop_thue, m_txt_so_tien_thuc_linh);
            if(v_bol_is_ok)
            {
                return true;
            }
            XtraMessageBox.Show("Bạn hoàn thiện dữ liệu trước!", "THÔNG BÁO", MessageBoxButtons.OK, MessageBoxIcon.Warning);
            return false;
        }