Dioseno Ux Importe

This commit is contained in:
Michael Robles
2024-06-09 16:38:06 -07:00
parent e371b0bf08
commit fd5db02c1c
16 changed files with 188 additions and 88 deletions
+19
View File
@@ -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();
}
}
}