public OrthogonalStatenodeWithDoneTransition(OrthogonalStatenodeWithDoneTransitionTo orthogonal, Target target, params Target[] targets) { Definition = orthogonal.Definition; DoneTransitionBuilder = WithEvent.OnDone().TransitionTo.Multiple(target, targets); }
public CompoundStatenodeWithDoneTransition(CompoundStatenodeWithDoneTransitionTo compound, Target target, params Target[] targets) { Definition = compound.Definition; DoneTransitionBuilder = WithEvent.OnDone().TransitionTo.Multiple(target, targets); }