Beispiel #1
0
        override protected void OnLoad(EventArgs e)
        {
            // Create an instance of the account controller
            ProcessFlow.AccountController accountController = new ProcessFlow.AccountController();

            // Tell the controller that the user is logging out
            accountController.LogOut();
        }
Beispiel #2
0
        protected override void OnLoad(EventArgs e)
        {
            // Create an instance of the account controller
            ProcessFlow.AccountController accountController = new ProcessFlow.AccountController();

            // Tell the controller that the user is logging out
            accountController.LogOut();
        }