Exemplo n.º 1
0
 public GraphObject GetLinkSource(GraphLink link) {
   return new GraphObject(graph, graph.GetLinkSource(link.GetID()));
 }