Exemplo n.º 1
0
 public virtual void RemoveTaxesRow(TaxesRow row) {
     this.Rows.Remove(row);
 }
Exemplo n.º 2
0
 public TaxesRowChangedEventArgs(TaxesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Exemplo n.º 3
0
 public virtual void AddTaxesRow(TaxesRow row) {
     this.Rows.Add(row);
 }