Exemple #1
0
 // Return the first state of the plan.
 public State GetFirstState()
 {
     return((State)Initial.Clone());
 }