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