bajar cambios x3
This commit is contained in:
+3
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user