BKI_DichVuMatDat.BaoCao.f409_rpt_bang_luong_nv_v2.kiem_tra_tinh_hop_le_du_lieu_tren_giao_dien C# (CSharp) Метод

kiem_tra_tinh_hop_le_du_lieu_tren_giao_dien() приватный Метод

private kiem_tra_tinh_hop_le_du_lieu_tren_giao_dien ( ) : bool
Результат bool
        private bool kiem_tra_tinh_hop_le_du_lieu_tren_giao_dien()
        {
            if(m_txt_thang.EditValue == null || m_txt_nam.EditValue == null)
            {
                XtraMessageBox.Show("Bạn nhập tháng & năm trước!", "THÔNG BÁO", MessageBoxButtons.OK, MessageBoxIcon.Warning);
                return false;
            }
            return true;
        }