add comment
This commit is contained in:
Dvurechensky 2025-05-11 23:16:57 +03:00
parent 8e11a83688
commit 6f21bcc1d0

@ -33,6 +33,9 @@ public class Graph
Edges.AddRange(edges); Edges.AddRange(edges);
} }
/// <summary>
/// Перестройка видимости связей
/// </summary>
public void RebuildEdge() public void RebuildEdge()
{ {
Path = string.Empty; Path = string.Empty;