Ejemplo n.º 1
0
        public static void StateContextQuestion()
        {
            LoginContext ctx = new LoginContext();
            NewLogin     nl  = new NewLogin(ctx);

            ctx.Init(nl);

            ctx.Login("123");
            ctx.Login("123");
            ctx.Login("123");
            ctx.Login("123");
            ctx.Login("123");
            ctx.Login("123");
            ctx.Restart();
            ctx.Login("123");
            ctx.Login("12345");
        }