|
Hi all, In order to improve the
extensibility of the library, I propose to change many methods from private to
protected. For example I would like to create a
custom Table class that keeps track of the current cell, and can’t because
everything is private. -------- David |
