public SelectionList()
 {
     _dataHelper = new ListDataHelper(this, ViewState);
 }
Esempio n. 2
0
 public List()
 {
     _dataHelper = new ListDataHelper(this, ViewState);
 }