private void btnVolver_Click(object sender, EventArgs e) { Close(); PericiasWF _pericia = new PericiasWF(); _pericia.Show(); }
private void periciasToolStripMenuItem_Click(object sender, EventArgs e) { //MessageBox.Show("Estoy trabajando en esta funcionalidad."); PericiasWF _pericia = new PericiasWF(); _pericia.Show(); Hide(); }