Exemplo n.º 1
0
 public PrintOptionForm(List <int> certIds)
 {
     InitializeComponent();
     _certIds                       = certIds;
     managingCertService            = new ManagingCertService();
     managingBlankCertConfigService = new ManagingBlankCertConfigService();
     managingBlankCertTypeService   = new ManagingBlankCertTypeService();
     managingStudentService         = new ManagingStudentService();
 }
 public ManagingBlankCertConfig()
 {
     InitializeComponent();
     managingBlankCertConfigService = new ManagingBlankCertConfigService();
     managingBlankCertTypeService   = new ManagingBlankCertTypeService();
 }