public void AddMoneyReportDetailRow(MoneyReportDetailRow row) { this.Rows.Add(row); }
public void RemoveMoneyReportDetailRow(MoneyReportDetailRow row) { this.Rows.Remove(row); }
public MoneyReportDetailRowChangeEvent(MoneyReportDetailRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }