HexEditorFormatMapServiceImpl(VSTC.IEditorFormatMapService editorFormatMapService) => this.editorFormatMapService = editorFormatMapService;
Ejemplo n.º 2
0
 TheClassificationFormatMapService(IThemeService themeService, VSTC.IEditorFormatMapService editorFormatMapService, TC.IEditorFormatDefinitionService editorFormatDefinitionService, VSTC.IClassificationTypeRegistryService classificationTypeRegistryService)
     : base(themeService, editorFormatMapService, editorFormatDefinitionService, classificationTypeRegistryService)
 {
 }