示例#1
0
 public TransitionSet(ICondition c)
 {
     AddRange(c.GetTransitions());
 }