From 6f21bcc1d004f5e36c261df589c0f07eda886037 Mon Sep 17 00:00:00 2001 From: Dvurechensky <46356631+Dvurechensky@users.noreply.github.com> Date: Sun, 11 May 2025 23:16:57 +0300 Subject: [PATCH] 1.0.2 add comment --- GrufCustom/Graph.cs | 3 +++ 1 file changed, 3 insertions(+) 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;