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