public tRow AddtRow(string value, shoeboxRow parentshoeboxRowByshoebox_t) { tRow rowtRow = ((tRow)(this.NewRow())); rowtRow.ItemArray = new object[] { value, null, parentshoeboxRowByshoebox_t[1]}; this.Rows.Add(rowtRow); return rowtRow; }
public void RemoveshoeboxRow(shoeboxRow row) { this.Rows.Remove(row); }
public shoeboxRowChangeEvent(shoeboxRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddshoeboxRow(shoeboxRow row) { this.Rows.Add(row); }