예제 #1
0
        private void Acceso()
        {
            var formLogin = new FormLogin();

            formLogin.ShowDialog();
        }