public void AddEXPORT_NOTES_DETAILRow(EXPORT_NOTES_DETAILRow row) {
     this.Rows.Add(row);
 }
 public void RemoveEXPORT_NOTES_DETAILRow(EXPORT_NOTES_DETAILRow row) {
     this.Rows.Remove(row);
 }
 public EXPORT_NOTES_DETAILRowChangeEvent(EXPORT_NOTES_DETAILRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }