Esempio n. 1
0
 public DetallesRowChangeEvent(DetallesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void AddDetallesRow(DetallesRow row) {
     this.Rows.Add(row);
 }
 public void RemoveDetallesRow(DetallesRow row) {
     this.Rows.Remove(row);
 }
 public DetallesRowChangeEvent(DetallesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }