Beispiel #1
0
 internal void AddNode(Node n, SubGraph P)
 {
     n.SubGraph = P;
     P.Nodes.Add(n);
 }