public void RemoveProjectAddSectionsNewRow(ProjectAddSectionsNewRow row) { this.Rows.Remove(row); }
public ProjectAddSectionsNewRowChangeEvent(ProjectAddSectionsNewRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddProjectAddSectionsNewRow(ProjectAddSectionsNewRow row) { this.Rows.Add(row); }