Exemple #1
0
 internal ThenExecutor(IfExecutor ifExecutor)
 {
     _ifExecutor = ifExecutor;
 }
Exemple #2
0
 internal ThenExecutor(IfExecutor ifExecutor)
 {
     _ifExecutor = ifExecutor;
 }
Exemple #3
0
 public ElseIfExecutor(IfExecutor ifExecutor)
 {
     _ifExecutor = ifExecutor;
 }
Exemple #4
0
 public ElseIfExecutor(IfExecutor ifExecutor)
 {
     _ifExecutor = ifExecutor;
 }