public tbl_InventoryRowChangeEvent(tbl_InventoryRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addtbl_InventoryRow(tbl_InventoryRow row) { this.Rows.Add(row); }
public void Removetbl_InventoryRow(tbl_InventoryRow row) { this.Rows.Remove(row); }