Example #1
0
 private void nuevoDocenteToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ShowScreen();
     Funcionarios.AgregarFuncionario a = new Funcionarios.AgregarFuncionario();
     a.ShowDialog();
 }