Ejemplo n.º 1
0
 public void Sort(int criteria)
 {
     states = State.Sort(states, criteria);
 }