public itemTypeRowChangeEvent(itemTypeRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AdditemTypeRow(itemTypeRow row) { this.Rows.Add(row); }
public void RemoveitemTypeRow(itemTypeRow row) { this.Rows.Remove(row); }