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