Exemplo n.º 1
0
 public void AddT_AlumnoRow(T_AlumnoRow row)
 {
     this.Rows.Add(row);
 }
Exemplo n.º 2
0
 public void RemoveT_AlumnoRow(T_AlumnoRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 3
0
 public T_AlumnoRowChangeEvent(T_AlumnoRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }