Exemplo n.º 1
0
        private void Acceso()
        {
            var formLogin = new FormLogin();

            formLogin.ShowDialog();
        }