public DCInsideBoardSearchLister(DCInsideBoard board, string text, SearchType searchType) { this.board = board; this.page = 0; this.serpos = 0; this.searchText = text; this.searchType = searchType; }
public DCInsideBoardSearch(DCInsideBoard board, string searchText, SearchType searchType) { this.board = board; this.searchText = searchText; this.searchType = searchType; }
public ViewRecommendOption(DCInsideBoard board) { this.board = board; }
public DCInsideLister(DCInsideBoard board, int page, bool viewRecommend) { this.board = board; this.page = page; this.viewRecommend = viewRecommend; }
public DCInsideArticle(DCInsideBoard board) { this.board = board; }