Ejemplo n.º 1
0
 private void TxtApellido_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.soloTexto(sender, e);
 }
Ejemplo n.º 2
0
 private void TxtIdentificacion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.soloNumeros(sender, e);
 }
Ejemplo n.º 3
0
 private void TxtTelefono_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.soloNumeros(sender, e);
 }