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