예제 #1
0
 public Estado GetInitialState()
 {
     return(Estados.Find(x => x.EstadoInicial));
 }