Beispiel #1
0
 TheClassificationFormatMapService(IThemeService themeService, VSTC.IEditorFormatMapService editorFormatMapService, TC.IEditorFormatDefinitionService editorFormatDefinitionService, VSTC.IClassificationTypeRegistryService classificationTypeRegistryService)
     : base(themeService, editorFormatMapService, editorFormatDefinitionService, classificationTypeRegistryService)
 {
 }
Beispiel #2
0
 public TheEditorFormatMapService(IThemeService themeService, ITextAppearanceCategoryService textAppearanceCategoryService, TC.IEditorFormatDefinitionService editorFormatDefinitionService)
     : base(themeService, textAppearanceCategoryService, editorFormatDefinitionService)
 {
 }