Esempio n. 1
0
 private void txtSb_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e, txtSldBa);
 }
Esempio n. 2
0
 private void txtHorasE_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNum(e);
 }
Esempio n. 3
0
 private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }