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