Exemplo n.º 1
0
 public AppUserRowChangeEvent(AppUserRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void AddAppUserRow(AppUserRow row) {
     this.Rows.Add(row);
 }
 public void RemoveAppUserRow(AppUserRow row) {
     this.Rows.Remove(row);
 }
 public AppUserRowChangeEvent(AppUserRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }