예제 #1
0
파일: Boss.cs 프로젝트: spiri91/ToyRobot
 private void ReorderCells()
 {
     _table.SwapCells(_robot.OldIndex, _robot.Index);
 }