Example #1
0
 // init the CalculateTax and calculate the tax amounts
 public SalesReceipt(CalculateTax ct)
 {
     caltax = ct;
     h = caltax.CaluculateToalTaxItemAmount();
 }
Example #2
0
 // init the CalculateTax and calculate the tax amounts
 public SalesReceipt(CalculateTax ct)
 {
     caltax = ct;
     h      = caltax.CaluculateToalTaxItemAmount();
 }