public void RemoveRegion5Row(Region5Row row) { this.Rows.Remove(row); }
public Region5RowChangeEvent(Region5Row row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddRegion5Row(Region5Row row) { this.Rows.Add(row); }