public void AddBalanceRtpPOItemRow(BalanceRtpPOItemRow row) { this.Rows.Add(row); }
public void RemoveBalanceRtpPOItemRow(BalanceRtpPOItemRow row) { this.Rows.Remove(row); }
public BalanceRtpPOItemRowChangeEvent(BalanceRtpPOItemRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }