Cada vez más cercas del final
This commit is contained in:
@@ -122,5 +122,12 @@ namespace compabetov2
|
||||
btnAgregar.Enabled = true;
|
||||
dataGridView1.Enabled = false;
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
MenuPrincipal menuPrincipal = new MenuPrincipal();
|
||||
menuPrincipal.Show();
|
||||
this.Dispose(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user