private void txtnombre_KeyPress(object sender, KeyPressEventArgs e) { Validar.sololetras(e); }
private void txtcantidad_KeyPress(object sender, KeyPressEventArgs e) { Validar.solonumeros(e); }
private void txtdescripcion_KeyPress(object sender, KeyPressEventArgs e) { Validar.sololetras(e); }