public void Removecustomer_profileRow(customer_profileRow row) { this.Rows.Remove(row); }
public customer_profileRowChangeEvent(customer_profileRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addcustomer_profileRow(customer_profileRow row) { this.Rows.Add(row); }