Example #1
0
 public void SetTarget(GoToLabel target)
 {
     _targetLabelUID = target != null ? target.UID : null;
     _targetLabel    = target != null ? target : null;
     GatherPorts();
 }
Example #2
0
 public void SetTarget(GoToLabel newTarget)
 {
     _targetLabel = new NodeReference <GoToLabel>(newTarget);
 }