private void cbPicante_CheckedChanged(object sender, EventArgs e) { Facturacion.AgregarAdicionales( cbPicante, ", c/picante", txtDescripcionProductoFactura, nudPrecioProducto); }
private void cbJamon_CheckedChanged(object sender, EventArgs e) { Facturacion.AgregarAdicionales( cbJamon, ", c/jamón", txtDescripcionProductoFactura, nudPrecioProducto); }