Ejemplo n.º 1
0
 private void txtmessdays_TextChanged(object sender, EventArgs e)
 {
     bool b = ControlValidation.txtNumericStringIsValid(txtmessdays);
 }
Ejemplo n.º 2
0
 private void txthostelfee_TextChanged(object sender, EventArgs e)
 {
     bool b = ControlValidation.txtNumericStringIsValid(txthostelfee);
 }