Ejemplo n.º 1
0
 private void txtValorHora_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }
Ejemplo n.º 2
0
 private void txtDNIResponsable_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }