public void AddtotaltransRow(totaltransRow row) { this.Rows.Add(row); }
public void RemovetotaltransRow(totaltransRow row) { this.Rows.Remove(row); }
public totaltransRowChangeEvent(totaltransRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }