Exemple #1
0
 private void txtBarcode_EditValueChanged(object sender, EventArgs e)
 {
     if (StringHelper.IsEmptyOrNull(txtBarcode.Text))
     {
         MessageHelpers.SetDefaultStatusColorOrange(true, "N/A", "no results", lblStatus, lblMessageInfo);
         CheckTextBoxNullValue.SetColorDefaultTextControl(txtBarcode);
     }
 }