crud de variante sin lo relacionado a editar

This commit is contained in:
Carlos Sandoval
2024-06-21 16:04:33 -06:00
parent ff714ef848
commit 68bcb453d1
15 changed files with 82 additions and 26 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace compabetov2.admin
public partial class agregarproducto : Form
{
private crud ventanaPadre;
private string imagePath;
private string imagePath = "";
public agregarproducto(crud ventanaPadre)
{
this.ventanaPadre = ventanaPadre;