Exemplo n.º 1
0
        private void mantenimientosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Principal res = new Principal();

            res.Show();
        }
Exemplo n.º 2
0
        private void usuarioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Principal res = new Principal();

            res.Show();
        }