Exemplo n.º 1
0
        private void conexoesAcessoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormConfigConnections configAcesso = new FormConfigConnections();

            configAcesso.ShowDialog();
            CarregaMenus();
        }
Exemplo n.º 2
0
 private void conexoesAcessoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormConfigConnections configAcesso = new FormConfigConnections();
     configAcesso.ShowDialog();
     CarregaMenus();
 }