public void RemoveCustBillShipAddrRow(CustBillShipAddrRow row) {
     this.Rows.Remove(row);
 }
 public CustBillShipAddrRowChangeEvent(CustBillShipAddrRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddCustBillShipAddrRow(CustBillShipAddrRow row) {
     this.Rows.Add(row);
 }