Esempio n. 1
0
 private void ReorderCells()
 {
     _table.SwapCells(_robot.OldIndex, _robot.Index);
 }