Example #1
0
 public DataSourceRow(DataSourceManager manager, object boundItem)
 {
     this.manager   = manager;
     this.boundItem = boundItem;
 }