Exemplo n.º 1
0
 private void cbTomate_CheckedChanged(object sender, EventArgs e)
 {
     Facturacion.QuitarAdicionales(
         cbTomate, ", s/tomate", txtDescripcionProductoFactura, nudPrecioProducto);
 }
Exemplo n.º 2
0
 private void cbAderezos_CheckedChanged(object sender, EventArgs e)
 {
     Facturacion.QuitarAdicionales(
         cbAderezos, ", s/aderezos", txtDescripcionProductoFactura, nudPrecioProducto);
 }
Exemplo n.º 3
0
 private void cbLechuga_CheckedChanged(object sender, EventArgs e)
 {
     Facturacion.QuitarAdicionales(
         cbLechuga, ", s/lechuga", txtDescripcionProductoFactura, nudPrecioProducto);
 }