public void Removetable1Row(table1Row row) { this.Rows.Remove(row); }
public table1RowChangeEvent(table1Row row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addtable1Row(table1Row row) { this.Rows.Add(row); }