Ejemplo n.º 1
0
 internal Edge(Graph graph)
 {
     this.graph = graph;
 }
Ejemplo n.º 2
0
 internal Node(Graph graph)
 {
 }