|
|
@ -80,6 +80,7 @@ namespace CriticalPathAnalyzer.Client.Tool {
|
|
|
|
_logger.Error("Got no response - cannot display loop");
|
|
|
|
_logger.Error("Got no response - cannot display loop");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
PathHighLighter.RemoveHighLighting();
|
|
|
|
PathHighLighter.RemoveHighLighting();
|
|
|
|
PathHighLighter.HighlightWires(_response.LoopingClusters);
|
|
|
|
PathHighLighter.HighlightWires(_response.LoopingClusters);
|
|
|
|
}
|
|
|
|
}
|
|
|
|