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