예제 #1
0
 internal Column(TableLayout layout)
 {
     this.layout = layout;
 }
예제 #2
0
 internal ColumnCollection(TableLayout layout) : base(MAX_TABLE_SIZE) =>
     this.layout = layout;