FormattedHexSourceFactoryServiceImpl(TF.ITextFormatterProvider textFormatterProvider) {
			this.textFormatterProvider = textFormatterProvider;
		}
Exemple #2
0
		SpacerMarginProvider(VSTC.IClassificationFormatMapService classificationFormatMapService, CTC.IThemeClassificationTypeService themeClassificationTypeService, TF.ITextFormatterProvider textFormatterProvider) {
			this.classificationFormatMapService = classificationFormatMapService;
			this.themeClassificationTypeService = themeClassificationTypeService;
			this.textFormatterProvider = textFormatterProvider;
		}