public void RemoveCombinedMaterialsInformationRow(CombinedMaterialsInformationRow row) { this.Rows.Remove(row); }
public CombinedMaterialsInformationRowChangeEvent(CombinedMaterialsInformationRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddCombinedMaterialsInformationRow(CombinedMaterialsInformationRow row) { this.Rows.Add(row); }