示例#1
0
 public void CreerArc(Sommet dist)
 {
     this.Successeurs.Add(dist);
     dist.Predecesseurs.Add(this);
 }