Esempio n. 1
0
 public Row(bnet.protocol.storage.RowId id)
 {
     this.Id    = id;
     this.Cells = new Dictionary <bnet.protocol.storage.ColumnId, Cell>();
 }
Esempio n. 2
0
 public bnet.protocol.storage.Cell SerializeCell(bnet.protocol.storage.RowId row_id, bnet.protocol.storage.ColumnId column_id)
 {
     return(Rows[row_id].SerializeCell(column_id));
 }