Exemplo n.º 1
0
 private void txt_porc_provincia_KeyPress(object sender, KeyPressEventArgs e)
 {
     CP_UTILIDADES.PERMITIR_NUMERO_Y_PUNTO(sender, e, txt_porc_provincia);
     if (e.KeyChar == (char)Keys.Enter)
     {
         SUMAR_PORCIENTO();
     }
 }
Exemplo n.º 2
0
 private void txt_valoracion_KeyPress(object sender, KeyPressEventArgs e)
 {
     CP_UTILIDADES.PERMITIR_NUMERO_Y_PUNTO(sender, e, txt_valoracion);
 }
Exemplo n.º 3
0
 private void txt_sueldo_conyugue_KeyPress(object sender, KeyPressEventArgs e)
 {
     CP_UTILIDADES.PERMITIR_NUMERO_Y_PUNTO(sender, e, txt_sueldo_conyugue);
 }
Exemplo n.º 4
0
 private void txt_ingresos_negocio_KeyPress(object sender, KeyPressEventArgs e)
 {
     CP_UTILIDADES.PERMITIR_NUMERO_Y_PUNTO(sender, e, txt_ingresos_negocio);
 }