public void AddPICKING_INSTR_HEADRow(PICKING_INSTR_HEADRow row) { this.Rows.Add(row); }
public void RemovePICKING_INSTR_HEADRow(PICKING_INSTR_HEADRow row) { this.Rows.Remove(row); }
public PICKING_INSTR_HEADRowChangeEvent(PICKING_INSTR_HEADRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }