Exemplo n.º 1
0
 internal TableUpdater(TableState tableState)
 {
     _tableState = tableState;
 }
Exemplo n.º 2
0
 public TableRenderer(TableState tableState, ITableNodeParser nodeParser)
 {
     _tableState = tableState;
     _nodeParser = nodeParser;
 }