private void textPrecio_KeyPress(object sender, KeyPressEventArgs e) { Validacion.SoloNumeros(e); }
private void textProducto_KeyPress(object sender, KeyPressEventArgs e) { Validacion.SoloLetras(e); }