public Ax1MemRowChangeEvent(Ax1MemRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddAx1MemRow(Ax1MemRow row) {
     this.Rows.Add(row);
 }
 public void RemoveAx1MemRow(Ax1MemRow row) {
     this.Rows.Remove(row);
 }
 public Ax1MemRowChangeEvent(Ax1MemRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }