public void RemoveAPNsRow(APNsRow row) {
     this.Rows.Remove(row);
 }
 public APNsRowChangeEvent(APNsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddAPNsRow(APNsRow row) {
     this.Rows.Add(row);
 }