private void txt_retencion_suss_KeyPress(object sender, KeyPressEventArgs e) { ControladorFuncVariadas.validarNumerosConComas(sender, e); }
private void txt_precio_costo_KeyPress(object sender, KeyPressEventArgs e) { ControladorFuncVariadas.validarNumerosConComas(sender, e); }
private void txt_ventas_lista_KeyPress(object sender, KeyPressEventArgs e) { ControladorFuncVariadas.validarNumerosConComas(sender, e); }