public void RefreshSteps(Feature feature)
 {
     _steps[feature] = new CodeCompletionFeatureSteps(feature);
     Invalidate();
 }
Beispiel #2
0
 public void RefreshSteps(Feature feature)
 {
     _steps[feature] = new CodeCompletionFeatureSteps(feature);
     Invalidate();
 }