public void AddCitasRow(CitasRow row) { this.Rows.Add(row); }
public void RemoveCitasRow(CitasRow row) { this.Rows.Remove(row); }
public CitasRowChangeEvent(CitasRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }