예제 #1
0
 public ElseBranchRejoiner(IfEventStepBase <THandler> ifEventStep)
 {
     _ifEventStep = ifEventStep;
 }
예제 #2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="IfBranchCaller" /> class.
 /// </summary>
 /// <param name="ifEventStep">The if step whose 'default' set of steps will constitute 'else' branch.</param>
 public IfBranchCaller(IfEventStepBase <THandler> ifEventStep)
 {
     ElseBranch = new ElseBranchRejoiner(ifEventStep);
 }