internal TableUpdater(TableState tableState)
 {
     _tableState = tableState;
 }
Beispiel #2
0
 public TableRenderer(TableState tableState, ITableNodeParser nodeParser)
 {
     _tableState = tableState;
     _nodeParser = nodeParser;
 }