Dioseno Ux Importe
This commit is contained in:
@@ -170,5 +170,24 @@ 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user