Exemple #1
0
 public void RemoveComentariosRow(ComentariosRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #2
0
 public ComentariosRowChangeEvent(ComentariosRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void AddComentariosRow(ComentariosRow row)
 {
     this.Rows.Add(row);
 }