Exemplo n.º 1
0
 private void brnUsuarios_Click(object sender, EventArgs e)
 {
     TelaUsuarios telaUsuario = new TelaUsuarios();
     this.Hide();
     telaUsuario.ShowDialog();
     this.Show();
 }
Exemplo n.º 2
0
        private void brnUsuarios_Click(object sender, EventArgs e)
        {
            TelaUsuarios telaUsuario = new TelaUsuarios();

            this.Hide();
            telaUsuario.ShowDialog();
            this.Show();
        }