Exemplo n.º 1
0
 public TransitionSet(ICondition c)
 {
     AddRange(c.GetTransitions());
 }