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