bajar cambios x3

This commit is contained in:
carlos
2024-06-19 17:44:59 -06:00
10 changed files with 35 additions and 18 deletions
+3 -1
View File
@@ -90,7 +90,9 @@ namespace compabetov2.admin
btnEditar.Dock = DockStyle.Fill;
btnEditar.Click += new EventHandler(delegate (object sender, EventArgs e)
{
editar editar = new editar(producto, this);
editar.Owner = this;
editar.Show();
});
Button btnVariante = new Button();