private void LlenarImporte() { decimal cantidad, precio; cantidad = ToDecimal(CantidadTextBox.Text); precio = ToDecimal(PrecioTextBox.Text); ImporteTextBox.Text = VentasBLL.Importe(cantidad, precio).ToString(); }