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