public void AddEstimationRow(EstimationRow row) { this.Rows.Add(row); }
public void RemoveEstimationRow(EstimationRow row) { this.Rows.Remove(row); }
public EstimationRowChangeEvent(EstimationRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }