Пример #1
0
 public void RemoveScheduleBaseInfoRow(ScheduleBaseInfoRow row) {
     this.Rows.Remove(row);
 }
Пример #2
0
 public ScheduleBaseInfoRowChangeEvent(ScheduleBaseInfoRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Пример #3
0
 public void AddScheduleBaseInfoRow(ScheduleBaseInfoRow row) {
     this.Rows.Add(row);
 }