public void RemoveProjectMaterialsBudgetRow(ProjectMaterialsBudgetRow row) {
     this.Rows.Remove(row);
 }
 public ProjectMaterialsBudgetRowChangeEvent(ProjectMaterialsBudgetRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddProjectMaterialsBudgetRow(ProjectMaterialsBudgetRow row) {
     this.Rows.Add(row);
 }