public void AddCompanyListRow(CompanyListRow row) { this.Rows.Add(row); }
public void RemoveCompanyListRow(CompanyListRow row) { this.Rows.Remove(row); }
public CompanyListRowChangeEvent(CompanyListRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }