public void AddBC_30daysRow(BC_30daysRow row) { this.Rows.Add(row); }
public void RemoveBC_30daysRow(BC_30daysRow row) { this.Rows.Remove(row); }
public BC_30daysRowChangeEvent(BC_30daysRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }