Example #1
0
 public void ConnectToNodeTwoWay(Node target)
 {
     ConnectToNode(target);
     target.ConnectToNode(this);
 }