crud de variante terminado, tal vez con detalles

This commit is contained in:
Carlos Sandoval
2024-06-24 23:15:03 -06:00
parent a9c9bd2c05
commit a610343abe
24 changed files with 288 additions and 227 deletions
+3 -1
View File
@@ -95,7 +95,9 @@ namespace compabetov2.admin
btnEditar.Dock = DockStyle.Fill;
btnEditar.Click += new EventHandler(delegate (object sender, EventArgs e)
{
editarvariante editarvariante = new editarvariante(variante, this);
editarvariante.Owner = this;
editarvariante.Show();
});