public void RemoveBC_PM_1Row(BC_PM_1Row row) { this.Rows.Remove(row); }
public BC_PM_1RowChangeEvent(BC_PM_1Row row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddBC_PM_1Row(BC_PM_1Row row) { this.Rows.Add(row); }