public void AddInformaçõesRow(InformaçõesRow row) { this.Rows.Add(row); }
public void RemoveInformaçõesRow(InformaçõesRow row) { this.Rows.Remove(row); }
public InformaçõesRowChangeEvent(InformaçõesRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }