Exemplo n.º 1
0
 public RemoveStatementBlockQuickFix([NotNull] StatementAfterFeatureHighlighting highlighting)
 {
     _highlighting = highlighting;
 }
Exemplo n.º 2
0
 public MoveStatementBlockQuickFix([NotNull] StatementAfterFeatureHighlighting highlighting)
 {
     _highlighting = highlighting;
 }