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