예제 #1
0
파일: Sudoku.cs 프로젝트: mndhkr/sudoku
 private bool PushState()
 {
     SaveState();
     States.AddLast(this.SavedState);
     return(true);
 }