コード例 #1
0
ファイル: CanvasManager.cs プロジェクト: f-spot/f-spot-xplat
 public void QueueArrange(CanvasItem item)
 {
     item.Arrange();
 }