public SelectionList()
 {
     _dataHelper = new ListDataHelper(this, ViewState);
 }
Exemple #2
0
 public List()
 {
     _dataHelper = new ListDataHelper(this, ViewState);
 }