Example #1
0
 public void KnotenZufuegen(Knoten knoten)
 {
     knoten.Graph = this;
     Knoten.Add(knoten);
 }