private void txtOrigen_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.SoloLetras(e); }
private void txtPuCompra_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.SoloNumeros(e); }
private void txtTelefono_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.SoloNumeros(e); }