Ejemplo n.º 1
0
        private void OnClickOutPoint(Connection.Point outPoint)
        {
            selectedOutPoint = outPoint;

            if (selectedInPoint != null)
            {
                CreateConnection();
                ClearConnectionSelection();
            }
        }
Ejemplo n.º 2
0
 private void ClearConnectionSelection()
 {
     selectedInPoint  = null;
     selectedOutPoint = null;
 }