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