コード例 #1
0
 internal CellGrid(List <List <int> > grid)
 {
     this.grid = GridConverter.BitsToCells(grid);
 }