setMaxShowNum method

dynamic setMaxShowNum(
  1. int maxShow
)

Implementation

setMaxShowNum(int maxShow){
  _maxShow=maxShow;
}