コード例 #1
0
 public SimpleGraphLink(SimpleGraphNode source, SimpleGraphNode target)
 {
     Source = source;
     Target = target;
 }