public PartCustLinkRowChangeEvent(PartCustLinkRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddPartCustLinkRow(PartCustLinkRow row) { this.Rows.Add(row); }
public void RemovePartCustLinkRow(PartCustLinkRow row) { this.Rows.Remove(row); }