예제 #1
0
 /// <summary>
 /// Disconnects the node linked to the link defined in the parameter
 /// </summary>
 /// <param name="NodeLinkID"></param>
 public virtual void DisconnectNode(int NodeLinkID)
 {
     db.DeleteConnection(UniqueID, NodeLinkID);
     ActiveConnectionRects.Remove(NodeLinkID);
     ActiveConnections.Remove(NodeLinkID);
 }