importe funcional sin haber hecho pruebas exaustivas
This commit is contained in:
+25
-1
@@ -156,7 +156,7 @@ namespace compabetov2.Ventas
|
||||
|
||||
private void modificarCantidad(int cantidad, int idImporte)
|
||||
{
|
||||
detalles[idImporte-1].catidad = cantidad;
|
||||
detalles[idImporte-1].cantidad = cantidad;
|
||||
}
|
||||
|
||||
private void Importe1_Load(object sender, EventArgs e)
|
||||
@@ -170,5 +170,29 @@ namespace compabetov2.Ventas
|
||||
ventanaPadre.actualizarImporteTotal();
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void pictureBox1_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void pictureBox2_Click(object sender, EventArgs e)
|
||||
{
|
||||
ventanaPadre.importes = detalles;
|
||||
ventanaPadre.actualizarImporteTotal();
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void pictureBox2_Click_1(object sender, EventArgs e)
|
||||
{
|
||||
ventanaPadre.importes = detalles;
|
||||
ventanaPadre.actualizarImporteTotal();
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void panelImporte_Paint(object sender, PaintEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user