예제 #1
0
 void MoveItem(LayoutItem item, int position)
 {
     item.MoveTo(positions[position]);
 }