public void RemoveComentariosRow(ComentariosRow row) { this.Rows.Remove(row); }
public ComentariosRowChangeEvent(ComentariosRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddComentariosRow(ComentariosRow row) { this.Rows.Add(row); }