public void RefreshSteps(Feature feature)
 {
     _steps[feature] = new CodeCompletionFeatureSteps(feature);
     Invalidate();
 }
Exemplo n.º 2
0
 public void RefreshSteps(Feature feature)
 {
     _steps[feature] = new CodeCompletionFeatureSteps(feature);
     Invalidate();
 }