コード例 #1
0
 /// <summary>
 /// In the plugin tags are marked with "```" symbol. There are 3 types of tags starting tag <tg1>, closing tag </tg1>, standalone/placeholder/lockedcontent tag <tg1/>
 /// </summary>
 public MtTranslationProviderTagPlacerTests()
 {
     _tagPlacer = new MtTranslationProviderTagPlacer();
 }
コード例 #2
0
        /// <summary>
        /// In the plugin tags are marked with "```" symbol. There are 3 types of tags starting tag <tg1>, closing tag </tg1>, standalone/placeholder/lockedcontent tag <tg1/>
        /// </summary>
        public MtTranslationProviderTagPlacerTests()
        {
            var htmlUtil = new HtmlUtil();

            _tagPlacer = new MtTranslationProviderTagPlacer(htmlUtil);
        }