public UnitWithAlarmsReportRowChangeEvent(UnitWithAlarmsReportRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddUnitWithAlarmsReportRow(UnitWithAlarmsReportRow row) { this.Rows.Add(row); }
public void RemoveUnitWithAlarmsReportRow(UnitWithAlarmsReportRow row) { this.Rows.Remove(row); }