Esempio n. 1
0
 public salesRowChangeEvent(salesRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemovesalesRow(salesRow row) {
     this.Rows.Remove(row);
 }
 public salesRowChangeEvent(salesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddsalesRow(salesRow row) {
     this.Rows.Add(row);
 }