Example #1
0
 internal Edge(Graph graph)
 {
     this.graph = graph;
 }
Example #2
0
 internal Node(Graph graph)
 {
 }