Exemplo n.º 1
0
 public TextMarkerToolTipProvider(TextMarkerService textMarkerService, TextEditor editor)
 {
     _textMarkerService = textMarkerService;
     _editor            = editor;
 }