Exemple #1
0
 private void AddRelationship(Node from, string to)
 {
     Graph[from.Name].Add(to);
 }