diff --git a/GrufCustom/Graph.cs b/GrufCustom/Graph.cs index 882e09c..8de26b7 100644 --- a/GrufCustom/Graph.cs +++ b/GrufCustom/Graph.cs @@ -33,6 +33,9 @@ public class Graph Edges.AddRange(edges); } + /// + /// Перестройка видимости связей + /// public void RebuildEdge() { Path = string.Empty;