示例#1
0
 public PrintenInvoice(Hashtable ht, string sourcePath, string destPath)
 {
     this.ht = ht;
     report  = new TamplatePage(sourcePath, destPath);
 }
示例#2
0
 public PrintenInvoice(ArrayList ritId, string sourcePath, string destPath)
 {
     invoiceIdList = ritId;
     report        = new TamplatePage(sourcePath, destPath);
 }