コード例 #1
0
ファイル: DLayout.cs プロジェクト: konlil/pipe
 public DLayoutFlow(int columns, int rows, int itemWidth, int itemHeight, DLayoutFlowStyle flow)
     : this(columns, rows, itemWidth, itemHeight)
 {
     layoutFlow = flow;
 }
コード例 #2
0
ファイル: DLayout.cs プロジェクト: konlil/pipe
 public DLayoutFlow(int columns, int rows, DLayoutFlowStyle flow)
     : this(columns, rows)
 {
     layoutFlow = flow;
 }