public void AddOrgInfoTableRow(OrgInfoTableRow row) { this.Rows.Add(row); }
public void RemoveOrgInfoTableRow(OrgInfoTableRow row) { this.Rows.Remove(row); }
public OrgInfoTableRowChangeEvent(OrgInfoTableRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }