Exemplo n.º 1
0
 public PrintPCLDocumentBase()
 {
     prtcompHeader = new PrintPCLHeader();
     prtDetail = new PrintPCLDetails();
     prtFooter = new PrintPCLFooter();
     prtTaxSumm = new PrintPCLTaxSummary ();
     rights =Utility.GetAccessRights ();
 }
Exemplo n.º 2
0
 public PrintPCLDocumentBase()
 {
     prtcompHeader = new PrintPCLHeader();
     prtDetail     = new PrintPCLDetails();
     prtFooter     = new PrintPCLFooter();
     prtTaxSumm    = new PrintPCLTaxSummary();
     rights        = Utility.GetAccessRights();
 }