示例#1
0
 public Aresta(No x, No y)
 {
     Node1 = x;
     Node2 = y;
 }