예제 #1
0
파일: Search.cs 프로젝트: Nerond32/PSI
 public void Sort(int criteria)
 {
     states = State.Sort(states, criteria);
 }