public void RemoveRefundStampDetailsRow(RefundStampDetailsRow row) { this.Rows.Remove(row); }
public RefundStampDetailsRowChangeEvent(RefundStampDetailsRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddRefundStampDetailsRow(RefundStampDetailsRow row) { this.Rows.Add(row); }