public void RemoveDashboardChecklistAlarmsRow(DashboardChecklistAlarmsRow row) { this.Rows.Remove(row); }
public DashboardChecklistAlarmsRowChangeEvent(DashboardChecklistAlarmsRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddDashboardChecklistAlarmsRow(DashboardChecklistAlarmsRow row) { this.Rows.Add(row); }