コード例 #1
0
ファイル: Layout.cs プロジェクト: jalota2790/MovieDatabase
 void MoveItem(LayoutItem item, int position)
 {
     item.MoveTo(positions[position]);
 }