예제 #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;
 }