Beispiel #1
0
 private void txt_retencion_suss_KeyPress(object sender, KeyPressEventArgs e)
 {
     ControladorFuncVariadas.validarNumerosConComas(sender, e);
 }
Beispiel #2
0
 private void txt_precio_costo_KeyPress(object sender, KeyPressEventArgs e)
 {
     ControladorFuncVariadas.validarNumerosConComas(sender, e);
 }
Beispiel #3
0
 private void txt_ventas_lista_KeyPress(object sender, KeyPressEventArgs e)
 {
     ControladorFuncVariadas.validarNumerosConComas(sender, e);
 }