Esempio n. 1
0
 public NPSheetB(ExcelWorksheet sheet, NPReportCompany company, int pageNumber)
     : base(sheet, company, pageNumber)
 {
 }
 public ChainParticipant(ChainParticipant previousParticipant, NPReportCompany company)
 {
     this.previousParticipant = previousParticipant;
     Company = company;
 }