コード例 #1
0
 public ActiveStatementTagger(ActiveStatementService activeStatementService, ITextView textView)
 {
     this.activeStatementService = activeStatementService;
     TextView         = textView;
     TextView.Closed += TextView_Closed;
     activeStatementService.OnCreated(this);
 }
コード例 #2
0
 ActiveStatementTaggerProvider(ActiveStatementService activeStatementService)
 {
     this.activeStatementService = activeStatementService;
 }