public DutyStatRowChangeEvent(DutyStatRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemoveDutyStatRow(DutyStatRow row) { this.Rows.Remove(row); }
public DutyStatRowChangeEvent(DutyStatRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddDutyStatRow(DutyStatRow row) { this.Rows.Add(row); }