示例#1
0
        public virtual T GetApplication <T>()
            where T : BaseApplication, new()
        {
            T ret = BaseApplication.GetInstante <T>();

            ret.Context = _context;

            return(ret);
        }