Exemplo n.º 1
0
 public void AddFinalAction(IElementTransformerAction elementTransformerAction)
 {
     _finalActions.Add(elementTransformerAction);
 }
Exemplo n.º 2
0
 public void AddAction(IElementTransformerAction ElementTransformerAction)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void AddAction(IElementTransformerAction action)
 {
     _actions.Add(action);
 }
 public void AddAction(IElementTransformerAction action)
 {
     _actions.Add(action);
 }
Exemplo n.º 5
0
 private void GivenAction(IElementTransformerAction action)
 {
     Context.Target.AddAction(action);
 }
 public void AddFinalAction(IElementTransformerAction elementTransformerAction)
 {
     throw new NotImplementedException();
 }
 private void GivenAction(IElementTransformerAction action)
 {
     Context.Target.AddAction(action);
 }