Exemple #1
0
 public ClientesRowChangeEvent(ClientesRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #2
0
 public void RemoveClientesRow(ClientesRow row) {
     this.Rows.Remove(row);
 }
Exemple #3
0
 public ClientesRowChangeEvent(ClientesRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemple #4
0
 public void AddClientesRow(ClientesRow row) {
     this.Rows.Add(row);
 }