Beispiel #1
0
 protected override void OnEstablishObjectOwnership(IActionsHolder scope, List <UInt32> usedBranches)
 {
     base.OnEstablishObjectOwnership(scope, usedBranches);
     if (_jumpToActionBranch != null)
     {
         _jumpToActionBranch.EstablishObjectOwnership(scope, usedBranches);
     }
 }
Beispiel #2
0
 protected override void OnEstablishObjectOwnership(IActionsHolder scope, List <UInt32> usedBranches)
 {
     if (_ifActions != null)
     {
         _ifActions.EstablishObjectOwnership(scope, usedBranches);
     }
     if (_elseActions != null)
     {
         _elseActions.EstablishObjectOwnership(scope, usedBranches);
     }
 }