public void AddHANDLING_INSTR_HEADRow(HANDLING_INSTR_HEADRow row) { this.Rows.Add(row); }
public void RemoveHANDLING_INSTR_HEADRow(HANDLING_INSTR_HEADRow row) { this.Rows.Remove(row); }
public HANDLING_INSTR_HEADRowChangeEvent(HANDLING_INSTR_HEADRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }