public void RemoveSubstitutionRow(SubstitutionRow row) { this.Rows.Remove(row); }
public SubstitutionRowChangeEvent(SubstitutionRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddSubstitutionRow(SubstitutionRow row) { this.Rows.Add(row); }