Defines the T4Cache type.
Beispiel #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="TextTransformationService" /> class.
        /// </summary>
        public TextTransformationService()
        {
            TraceService.WriteLine("TextTransformationService::Constructor");

            this.cache = new T4Cache();

            TraceService.WriteLine("TextTransformationService::Constructor END");
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="TextTransformationService" /> class.
        /// </summary>
        public TextTransformationService()
        {
            TraceService.WriteLine("TextTransformationService::Constructor");

            this.cache = new T4Cache();

            TraceService.WriteLine("TextTransformationService::Constructor END");
        }