Пример #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public clsReceiptWithdrawPdf()
 {
     // ATTRIBUTE DE TYPE INTERFACE -> IntWritePdf
     WritePdf = new clsWriteWithdrawPdf();
 }
 public clsReceiptWithdrawPdf()
 {
     WritePdf = new clsWriteWithdrawPdf();
 }