Exemplo n.º 1
0
 public void Remove(DataRowEx row)
 {
     Rows.Remove(row);
 }
Exemplo n.º 2
0
 public void Add(DataRowEx row)
 {
     Rows.Add(row);
 }