Esempio n. 1
0
 public bool AddState(State state)
 {
     Cd.AddState(state);
     return(true);
 }