コード例 #1
0
        public static AuthorizationBuffer Instance(Bll bll)
        {
            if (Single == null)
            {
                Single = new AuthorizationBuffer(bll);
            }

            return(Single);
        }
コード例 #2
0
        private AuthorizationBuffer(Bll bll)
        {
            if (Single == null)
            {
                Single = this;
            }

            //_bll = bll;
            //UpdateInterval = 10;
        }