public void AddPrint3ChartReportTempRow(Print3ChartReportTempRow row) {
     this.Rows.Add(row);
 }
 public void RemovePrint3ChartReportTempRow(Print3ChartReportTempRow row) {
     this.Rows.Remove(row);
 }
 public Print3ChartReportTempRowChangeEvent(Print3ChartReportTempRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }