Esempio n. 1
0
 public void MoveEntry(int sourceIndex, int targetIndex)
 {
     _overlayEntries.Move(sourceIndex, targetIndex);
 }