Exemple #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();
     }
 }
Exemple #2
0
 private void txt_valoracion_KeyPress(object sender, KeyPressEventArgs e)
 {
     CP_UTILIDADES.PERMITIR_NUMERO_Y_PUNTO(sender, e, txt_valoracion);
 }
 private void txt_sueldo_conyugue_KeyPress(object sender, KeyPressEventArgs e)
 {
     CP_UTILIDADES.PERMITIR_NUMERO_Y_PUNTO(sender, e, txt_sueldo_conyugue);
 }
 private void txt_ingresos_negocio_KeyPress(object sender, KeyPressEventArgs e)
 {
     CP_UTILIDADES.PERMITIR_NUMERO_Y_PUNTO(sender, e, txt_ingresos_negocio);
 }