public void RemoveScheduleBaseInfoRow(ScheduleBaseInfoRow row) {
     this.Rows.Remove(row);
 }
 public ScheduleBaseInfoRowChangeEvent(ScheduleBaseInfoRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddScheduleBaseInfoRow(ScheduleBaseInfoRow row) {
     this.Rows.Add(row);
 }